paper-with-me

홈 › Papers

Decomposer Networks: Deep Component Analysis and Synthesis

2025-10-10 · Mohsen Joneidi arxiv

We propose the Decomposer Networks (DecompNet), a semantic autoencoder that factorizes an input into multiple interpretable components. Unlike classical autoencoders that compress an input into a single latent representation, the Decomposer Network maintains N parallel branches, each assigned a residual input defined as the original signal minus the reconstructions of all other branches. By unrolling a Gauss--Seidel style block-coordinate descent into a differentiable network, DecompNet enforce explicit competition among components, yielding parsimonious, semantically meaningful representations. We situate our model relative to linear decomposition methods (PCA, NMF), deep unrolled optimization, and object-centric architectures (MONet, IODINE, Slot Attention), and highlight its novelty as the first semantic autoencoder to implement an all-but-one residual update rule.

📄 PDF Abstract BibTeX arXiv:2510.09825

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

XDecomposer: Learning Prior-Free Set Decomposition for Multiphase X-ray Diffraction

2026-05-07 · Hanyu Gao, Bin Cao, Yunyue Su, Tong-Yi Zhang 외 arxiv

Multiphase powder X-ray diffraction (PXRD) analysis remains a fundamental bottleneck in structure identification, as real-world synthesis often produces complex mixtures whose constituent phases (components) cannot be re…

Planner-Centric Reinforcement Learning for Deep Research with Structure-Aware Reward

2026-05-29 · Mustafa Anis Hussain, Xinle Wu, Yao Lu arxiv

Deep research tasks require LLMs to plan what to investigate, retrieve evidence, and synthesize long-form answers across multiple branches of inquiry. Existing training paradigms either rely on short-form verifiable QA a…

Reinforcement Learning

Solver-Aware Decompositions for Programming-by-Example: When Dividing Requires Knowing how to Conquer

2026-08-04 · Janis Zenkner, Tobias Sesterhenn, Tim Grams, Christian Bartelt arxiv

Decomposition-based Programming-by-example (PBE) scales performance by splitting tasks into subtasks that a learned synthesizer solves: a decomposer predicts intermediate subgoals, and a synthesizer generates programs co…

Modality-Collaborative Low-Rank Decomposers for Few-Shot Video Domain Adaptation

2025-11-24 · Yuyang Wanyan, Xiaoshan Yang, Weiming Dong, Changsheng Xu arxiv

In this paper, we study the challenging task of Few-Shot Video Domain Adaptation (FSVDA). The multimodal nature of videos introduces unique challenges, necessitating the simultaneous consideration of both domain alignmen…

Domain Adaptation

DecomposeRL: Learning to Ask Useful, Informative, and Diverse Questions for Semi-Supervised, Traceable Claim Verification

2026-05-27 · Shubhashis Roy Dipta, Ankur Padia, Francis Ferraro arxiv

Claim verification splits between end-to-end classifiers that are accurate but yields no inspectable traces, and decomposition-based methods produce inspectable traces but lag performance on benchmark datasets. We propos…