Goto

Collaborating Authors

 Deep Learning




AR-Pro: CounterfactualExplanationsforAnomaly RepairwithFormalProperties

Neural Information Processing Systems

Anomaly detection is widely used for identifying critical errors and suspicious behaviors, butcurrent methods lackinterpretability. Weleverage common propertiesofexisting methods andrecent advancesingenerativemodels tointroduce counterfactual explanations for anomaly detection. Givenan input, we generate its counterfactual as a diffusion-based repair that shows what a non-anomalous versionshouldhavelookedlike.



From ViT Features to Training-free Video Object Segmentation via Streaming-data Mixture Models

Neural Information Processing Systems

In the task of semi-supervised video object segmentation, the input is the binary mask of an object in the first frame, and the desired output consists of the corresponding masks of that object in the subsequent frames.






Inheritance Between Feedforward and Convolutional Networks via Model Projection

arXiv.org Machine Learning

Techniques for feedforward networks (FFNs) and convolutional networks (CNNs) are frequently reused across families, but the relationship between the underlying model classes is rarely made explicit. We introduce a unified node-level formalization with tensor-valued activations and show that generalized feedforward networks form a strict subset of generalized convolutional networks. Motivated by the mismatch in per-input parameterization between the two families, we propose model projection, a parameter-efficient transfer learning method for CNNs that freezes pretrained per-input-channel filters and learns a single scalar gate for each (output channel, input channel) contribution. Projection keeps all convolutional layers adaptable to downstream tasks while substantially reducing the number of trained parameters in convolutional layers. We prove that projected nodes take the generalized FFN form, enabling projected CNNs to inherit feedforward techniques that do not rely on homogeneous layer inputs. Experiments across multiple ImageNet-pretrained backbones and several downstream image classification datasets show that model projection is a strong transfer learning baseline under simple training recipes.