← Search

Yitian Zhang

18 accepted papers

2026

GmNet: Revisiting Gating Mechanisms From A Frequency View

ICLR 2026poster

Lightweight neural networks, essential for on-device applications, often suffer from a low-frequency bias due to their constrained capacity and depth. This limits their ability to capture the fine-grained, high-frequency details (e.g., textures, edges) that are crucial for complex computer vision t…

Cited by 0SourceScholar
2026

Ref-Adv: Exploring MLLM Visual Reasoning in Referring Expression Tasks

ICLR 2026poster

Referring Expression Comprehension (REC) links language to region level visual perception. Standard benchmarks (RefCOCO, RefCOCO+, RefCOCOg) have progressed rapidly with multimodal LLMs but remain weak tests of visual rea- soning and grounding: (i) many expressions are very short, leaving little rea…

Cited by 0SourceScholar
2026

SHIELD: Suppressing Hallucinations In LVLM Encoders via Bias and Vulnerability Defense

ICLR 2026poster

Large Vision-Language Models (LVLMs) excel in diverse cross-modal tasks. However, object hallucination, where models produce plausible but inaccurate object descriptions, remains a significant challenge. In contrast to previous work focusing on LLM components, this paper is the first to trace LVLM h…

Cited by 0SourcecodeScholar
2025

Outlier-Aware Post-Training Quantization for Image Super-Resolution

ICCV 2025poster

Quantization techniques, including quantization-aware training (QAT) and post-training quantization (PTQ), have become essential for inference acceleration of image super-resolution (SR) networks. Compared to QAT, PTQ has garnered significant attention as it eliminates the need for ground truth and…

Cited by 0SourcePDFScholar
2025

Progressive Growing of Video Tokenizers for Temporally Compact Latent Spaces

ICCV 2025poster

Video tokenizers are essential for latent video diffusion models, converting raw video data into spatiotemporally compressed latent spaces for efficient training. However, extending state-of-the-art video tokenizers to achieve a temporal compression ratio beyond 4x without increasing channel capacit…

2025

REGEN: Learning Compact Video Embedding with (Re-)Generative Decoder

ICCV 2025poster

We present a novel perspective on learning video embedders for generative modeling: rather than requiring an exact reproduction of an input video, an effective embedder should focus on synthesizing visually plausible reconstructions. This relaxed criterion enables substantial improvements in compres…

Cited by 0SourcePDFScholar
2025

S-Crescendo: A Nested Transformer Weaving Framework for Scalable Nonlinear System in S-Domain Representation

NeurIPS 2025poster

Simulation of high-order nonlinear system requires extensive computational resources, especially in modern VLSI backend design where bifurcation-induced instability and chaos-like transient behaviors pose challenges. We present S-Crescendo - a nested transformer weaving framework that synergizes S-d…

Cited by 0SourceScholar
2025

SKOLR: Structured Koopman Operator Linear RNN for Time-Series Forecasting

ICML 2025poster

Koopman operator theory provides a framework for nonlinear dynamical system analysis and time-series forecasting by mapping dynamics to a space of real-valued measurement functions, enabling a linear operator representation. Despite the advantage of linearity, the operator is generally infinite-dime…

2024

CKGConv: General Graph Convolution with Continuous Kernels

ICML 2024poster

The existing definitions of graph convolution, either from spatial or spectral perspectives, are inflexible and not unified. Defining a general convolution operator in the graph domain is challenging due to the lack of canonical coordinates, the presence of irregular structures, and the properties o…

2024

Don't Judge by the Look: Towards Motion Coherent Video Representation

ICLR 2024poster

Current training pipelines in object recognition neglect Hue Jittering when doing data augmentation as it not only brings appearance changes that are detrimental to classification, but also the implementation is inefficient in practice. In this study, we investigate the effect of hue variance in the…

2024

Multi-resolution Time-Series Transformer for Long-term Forecasting

AISTATS 2024poster

The performance of transformers for time-series forecasting has improved significantly. Recent architectures learn complex temporal patterns by segmenting a time-series into patches and using the patches as tokens. The patch size controls the ability of transformers to learn the temporal patterns at…

Cited by 49SourcePDFScholar
2024

Slicing Vision Transformer for Flexible Inference

NeurIPS 2024poster

Vision Transformers (ViT) is known for its scalability. In this work, we target to scale down a ViT to fit in an environment with dynamic-changing resource constraints. We observe that smaller ViTs are intrinsically the sub-networks of a larger ViT with different widths. Thus, we propose a general f…