paper-with-me

Papers

Modularity Trumps Invariance for Compositional Robustness

2023-06-15 · Ian Mason, Anirban Sarkar, Tomotake Sasaki, Xavier Boix

By default neural networks are not robust to changes in data distribution. This has been demonstrated with simple image corruptions, such as blurring or adding noise, degrading image classification performance. Many methods have been proposed to mitigate these issues but for the most part models are evaluated on single corruptions. In reality, visual space is compositional in nature, that is, that as well as robustness to elemental corruptions, robustness to compositions of corruptions is also needed. In this work we develop a compositional image classification task where, given a few elemental corruptions, models are asked to generalize to compositions of these corruptions. That is, to achieve compositional robustness. We experimentally compare empirical risk minimization with an invariance building pairwise contrastive loss and, counter to common intuitions in domain generalization, achieve only marginal improvements in compositional robustness by encouraging invariance. To move beyond invariance, following previously proposed inductive biases that model architectures should reflect data structure, we introduce a modular architecture whose structure replicates the compositional nature of the task. We then show that this modular approach consistently achieves better compositional robustness than non-modular approaches. We additionally find empirical evidence that the degree of invariance between representations of 'in-distribution' elemental corruptions fails to correlate with robustness to 'out-of-distribution' compositions of corruptions.

📄 PDF Abstract BibTeX arXiv:2306.09005

Code (1)

ianxmason/compositional-robustness 공식 구현 pytorch

Tasks

Domain Generalizationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Demonstrating the Feasibility of Automatic Game Balancing

2016-03-11 · Vanessa Volz, Günter Rudolph, Boris Naujoks

Game balancing is an important part of the (computer) game design process, in which designers adapt a game prototype so that the resulting gameplay is as entertaining as possible. In industry, the evaluation of a game is…

FairnessGame DesignReal-Time Strategy Games

Dimensionality Controls When Modularity Helps in Continual Learning

2026-06-16 · Kathrin Korte, Christian Medeiros Adriano, Joachim Winther Pedersen, Eleni Nisioti 외 arxiv

Compositional learning systems must balance plasticity, the ability to acquire new knowledge, with stability, the preservation of previously learned components, especially when tasks share structure and risk interference…

Continual Learning

Does Continual Learning Meet Compositionality? New Benchmarks and An Evaluation Framework

2023-09-26 · NeurIPS 2023 11

Compositionality facilitates the comprehension of novel objects using acquired concepts and the maintenance of a knowledge pool. This is particularly crucial for continual learners to prevent catastrophic forgetting and …

LiLo-VLA: Compositional Long-Horizon Manipulation via Linked Object-Centric Policies

2026-02-25 · Yue Yang, Shuo Cheng, Yu Fang, Homanga Bharadhwaj 외 arxiv

General-purpose robots must master long-horizon manipulation, defined as tasks involving multiple kinematic structure changes (e.g., attaching or detaching objects) in unstructured environments. While Vision-Language-Act…

Zero-shot Generalization

Growing Brains: Co-emergence of Anatomical and Functional Modularity in Recurrent Neural Networks

2023-10-11 · Ziming Liu, Mikail Khona, Ila R. Fiete, Max Tegmark

Recurrent neural networks (RNNs) trained on compositional tasks can exhibit functional modularity, in which neurons can be clustered by activity similarity and participation in shared computational subtasks. Unlike brain…

Clustering