paper-with-me

Papers

Explicitly Increasing Input Information Density for Vision Transformers on Small Datasets

2022-10-25 · Xiangyu Chen, Ying Qin, Wenju Xu, Andrés M. Bur, Cuncong Zhong, Guanghui Wang

Vision Transformers have attracted a lot of attention recently since the successful implementation of Vision Transformer (ViT) on vision tasks. With vision Transformers, specifically the multi-head self-attention modules, networks can capture long-term dependencies inherently. However, these attention modules normally need to be trained on large datasets, and vision Transformers show inferior performance on small datasets when training from scratch compared with widely dominant backbones like ResNets. Note that the Transformer model was first proposed for natural language processing, which carries denser information than natural images. To boost the performance of vision Transformers on small datasets, this paper proposes to explicitly increase the input information density in the frequency domain. Specifically, we introduce selecting channels by calculating the channel-wise heatmaps in the frequency domain using Discrete Cosine Transform (DCT), reducing the size of input while keeping most information and hence increasing the information density. As a result, 25% fewer channels are kept while better performance is achieved compared with previous work. Extensive experiments demonstrate the effectiveness of the proposed approach on five small-scale datasets, including CIFAR-10/100, SVHN, Flowers-102, and Tiny ImageNet. The accuracy has been boosted up to 17.05% with Swin and Focal Transformers. Codes are available at https://github.com/xiangyu8/DenseVT.

📄 PDF Abstract BibTeX arXiv:2210.14319

Code (1)

xiangyu8/densevt 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Generating High-Quality Crowd Density Maps using Contextual Pyramid CNNs

2017-08-02 · ICCV 2017 10 · Vishwanath A. Sindagi, Vishal M. Patel

We present a novel method called Contextual Pyramid CNN (CP-CNN) for generating high-quality crowd density and count estimation by explicitly incorporating global and local contextual information of crowd images. The pro…

Crowd CountingVocal Bursts Intensity Prediction

Dense Contexts Are Hard Contexts: Lexical Density Limits Effective Context in LLMs

2026-06-04 · Giovanni Dettori, Matteo Boffa, Danilo Giordano, Idilio Drago 외 arxiv

Input length and the position of relevant information are widely cited as the primary causes of degraded LLM long-context performance. Here, we study lexical density -- the rate at which a context introduces distinct inf…

Crowd Counting via Adversarial Cross-Scale Consistency Pursuit

2018-06-01 · CVPR 2018 6 · Zan Shen, Yi Xu, Bingbing Ni, Minsi Wang 외

Crowd counting or density estimation is a challenging task in computer vision due to large scale variations, perspective distortions and serious occlusions, etc. Existing methods generally suffers from two issues: 1) the…

Crowd CountingDensity Estimation

Information Router for Mitigating Modality Dominance in Vision-Language Models

2026-04-17 · Seulgi Kim, Mohit Prabhushankar, Ghassan AlRegib arxiv

Vision Language models (VLMs) have demonstrated strong performance across a wide range of benchmarks, yet they often suffer from modality dominance, where predictions rely disproportionately on a single modality. Prior a…

Is Information Density Uniform when Utterances are Grounded on Perception and Discourse?

2026-02-16 · Matteo Gay, Coleman Haley, Mario Giulianelli, Edoardo Ponti arxiv

The Uniform Information Density (UID) hypothesis posits that speakers are subject to a communicative pressure to distribute information evenly within utterances, minimising surprisal variance. While this hypothesis has b…

Visual Storytelling