paper-with-me

홈 › Papers

End-to-End Implicit Neural Representations for Classification

2025-03-23 · CVPR 2025 1 · Alexander Gielisse, Jan van Gemert

Implicit neural representations (INRs) such as NeRF and SIREN encode a signal in neural network parameters and show excellent results for signal reconstruction. Using INRs for downstream tasks, such as classification, is however not straightforward. Inherent symmetries in the parameters pose challenges and current works primarily focus on designing architectures that are equivariant to these symmetries. However, INR-based classification still significantly under-performs compared to pixel-based methods like CNNs. This work presents an end-to-end strategy for initializing SIRENs together with a learned learning-rate scheme, to yield representations that improve classification accuracy. We show that a simple, straightforward, Transformer model applied to a meta-learned SIREN, without incorporating explicit symmetry equivariances, outperforms the current state-of-the-art. On the CIFAR-10 SIREN classification task, we improve the state-of-the-art without augmentations from 38.8% to 59.6%, and from 63.4% to 64.7% with augmentations. We demonstrate scalability on the high-resolution Imagenette dataset achieving reasonable reconstruction quality with a classification accuracy of 60.8% and are the first to do INR classification on the full ImageNet-1K dataset where we achieve a SIREN classification performance of 23.6%. To the best of our knowledge, no other SIREN classification approach has managed to set a classification baseline for any high-resolution image dataset. Our code is available at https://github.com/SanderGielisse/MWT

📄 PDF Abstract BibTeX arXiv:2503.18123

Code (1)

sandergielisse/mwt 공식 구현 pytorch

Tasks

ClassificationNeRF

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Comparing Word Representations for Implicit Discourse Relation Classification

2015-09-01 · EMNLP 2015 9 · Chlo{\'e} Braud, Pascal Denis
ClassificationFeature EngineeringGeneral ClassificationImplicit Discourse Relation Classification+5

IIIDYT at IEST 2018: Implicit Emotion Classification With Deep Contextualized Word Representations

2018-08-27 · WS 2018 10 · Jorge A. Balazs, Edison Marrese-Taylor, Yutaka Matsuo

In this paper we describe our system designed for the WASSA 2018 Implicit Emotion Shared Task (IEST), which obtained 2$^{\text{nd}}$ place out of 26 teams with a test macro F1 score of $0.710$. The system is composed of …

Emotion ClassificationGeneral ClassificationSentence

Quantifying and Optimizing Simplicity via Polynomial Representations

2026-05-28 · Tianren Zhang, Xiangxin Li, Minghao Xiao, Guanyu Chen 외 arxiv

Deep networks often exhibit a preference for "simple" solutions, and such a simplicity bias is widely believed to play a key role in generalization. Yet a broadly applicable, quantitative measure of simplicity remains el…

Reinforcement LearningText Classification

Learning to Explicitate Connectives with Seq2Seq Network for Implicit Discourse Relation Classification

2018-11-05 · WS 2019 5 · Wei Shi, Vera Demberg

Implicit discourse relation classification is one of the most difficult steps in discourse parsing. The difficulty stems from the fact that the coherence relation must be inferred based on the content of the discourse re…

ClassificationDiscourse ParsingGeneral ClassificationImplicit Discourse Relation Classification+2

Towards Generalising Neural Implicit Representations

2021-01-29 · Theo W. Costain, Victor Adrian Prisacariu

Neural implicit representations have shown substantial improvements in efficiently storing 3D data, when compared to conventional formats. However, the focus of existing work has mainly been on storage and subsequent rec…

SegmentationSemantic Segmentation