← Search

Yan Feng

21 accepted papers

2026

AffIn-Space: Learning Affine-Invariant Representations for 3D Spatial Understanding with MLLMs

ICML 2026poster

While Multimodal Large Language Models (MLLMs) have achieved remarkable progress in general visual understanding, they suffer from a fundamental geometric fragility: standard visual representations often degrade rapidly under changes in viewpoint and viewing distance. Our analysis identifies that ex…

Cited by 0SourceScholar
2026

CoPRS: Learning Positional Prior from Chain-of-Thought for Reasoning Segmentation

ICLR 2026poster

Existing works on reasoning segmentation either connect hidden features from a language model directly to a mask decoder or represent positions in text, which limits interpretability and semantic detail. To solve this, we present CoPRS, a Multi-modal Chain-of-Thought (MCoT)–based positional percepti…

Cited by 0SourceScholar
2026

OneThinker: All-in-one Reasoning Model for Image and Video

CVPR 2026

Reinforcement learning (RL) has recently achieved remarkable success in eliciting visual reasoning within Multimodal Large Language Models (MLLMs). However, existing approaches typically train separate models for different tasks and treat image and video reasoning as disjoint domains. This results i

Cited by 0SourcecodeScholar
2026

PromptHub: Enhancing Multi-Prompt Visual In-Context Learning with Locality-Aware Fusion, Concentration and Alignment

ICLR 2026poster

Visual In-Context Learning (VICL) aims to complete vision tasks by imitating pixel demonstrations. Recent work Condenser pioneered prompt fusion that combines the advantages of various demonstrations, which shows a promising way to extend VICL. Unfortunately, the patch-wise fusion framework and mode…

Cited by 0SourceScholar
2026

RTPrune: Reading-Twice Inspired Token Pruning for Efficient DeepSeek-OCR Inference

ICML 2026poster

DeepSeek-OCR leverages visual–text compression to reduce long-text processing costs and accelerate inference, yet visual tokens remain prone to redundant textual and structural information. Moreover, current token pruning methods for conventional vision–language models (VLMs) fail to preserve textua…

Cited by 0SourceScholar
2026

SegCompass: Exploring Interpretable Alignment with Sparse Autoencoders for Enhanced Reasoning Segmentation

CVPR 2026

While large language models provide strong compositional reasoning, existing reasoning segmentation pipelines fail to transparently connect this reasoning to visual perception. Current methods, such as latent query alignment, are end-to-end yet opaque "black boxes". Conversely, textual localization

Cited by 0SourcecodeScholar
2026

Think with 3D: Geometric Imagination Grounded Spatial Reasoning from Limited Views

CVPR 2026

Though recent advances in vision-language models (VLMs) have achieved remarkable progress across a wide range of multimodal tasks, understanding 3D spatial relationships from limited views remains a significant challenge. Previous reasoning methods typically rely on pure text (e.g., topological cogn

Cited by 0SourcecodeScholar
2026

Thinking-while-Generating: Interleaving Textual Reasoning throughout Visual Generation

CVPR 2026

Recent advances in visual generation have increasingly explored the integration of reasoning capabilities. They incorporate textual reasoning, i.e., think, either before (as pre-planning) or after (as post-refinement) the generation process, yet they lack on-the-fly multimodal interaction during the

Cited by 0SourcecodeScholar
2025

Advancing Loss Functions in Recommender Systems: A Comparative Study with a Rényi Divergence-Based Solution

AAAI 2025technical

Loss functions play a pivotal role in optimizing recommendation models. Among various loss functions, Softmax Loss (SL) and Cosine Contrastive Loss (CCL) are particularly effective. Their theoretical connections and differences warrant in-depth exploration. This work conducts comprehensive analyses…

2025

CIEGCL: Counterfactual Intervention Enhancing Graph Contrastive Learning in Implicit Feedback

ICASSP 2025accepted

Graph neural network (GNN) is a powerful approach for graph-based recommender systems. Recently, GNNs integrated with contrastive learning have achieved superior performance in recommendations due to their data augmentation techniques for sparse data. These methods are susceptible to noisy perturbat…

Cited by 0SourceScholar
2025

Efficient Self-Supervised Video Hashing with Selective State Spaces

AAAI 2025technical

Self-supervised video hashing (SSVH) is a practical task in video indexing and retrieval. Although Transformers are predominant in SSVH for their impressive temporal modeling capabilities, they often suffer from computational and memory inefficiencies. Drawing inspiration from Mamba, an advanced sta…

2025

Embracing Collaboration Over Competition: Condensing Multiple Prompts for Visual In-Context Learning

CVPR 2025poster

Visual In-Context Learning (VICL) enables adaptively solving vision tasks by leveraging pixel demonstrations, mimicking human-like task completion through analogy. Prompt selection is critical in VICL, but current methods assume the existence of a single "ideal" prompt in a pool of candidates, which…

2024

PSL: Rethinking and Improving Softmax Loss from Pairwise Perspective for Recommendation

NeurIPS 2024poster

Softmax Loss (SL) is widely applied in recommender systems (RS) and has demonstrated effectiveness. This work analyzes SL from a pairwise perspective, revealing two significant limitations: 1) the relationship between SL and conventional ranking metrics like DCG is not sufficiently tight; 2) SL is h…

2023

Misleading Relation Classifiers by Substituting Words in Texts

ACL 2023findings

Relation classification is to determine the semantic relationship between two entities in a given sentence. However, many relation classifiers are vulnerable to adversarial attacks, which is using adversarial examples to lead victim models to output wrong results. In this paper, we propose a simple…

2023

OpenGSL: A Comprehensive Benchmark for Graph Structure Learning

NeurIPS 2023poster

Graph Neural Networks (GNNs) have emerged as the *de facto* standard for representation learning on graphs, owing to their ability to effectively integrate graph topology and node attributes. However, the inherent suboptimal nature of node connections, resulting from the complex and contingent forma…

2023

Robust Sequence Networked Submodular Maximization

AAAI 2023technical

In this paper, we study the Robust optimization for sequence Networked submodular maximization (RoseNets) problem. We interweave the robust optimization with the sequence networked submodular maximization. The elements are connected by a directed acyclic graph and the objective function is not subm…

Cited by 0SourcePDFScholar
2022

Boosting Black-Box Attack With Partially Transferred Conditional Adversarial Distribution

CVPR 2022poster

This work studies black-box adversarial attacks against deep neural networks (DNNs), where the attacker can only access the query feedback returned by the attacked DNN model, while other information such as model parameters or the training datasets are unknown. One promising approach to improve atta…

Cited by 49PDFcodeScholar
2022

Knowledge Distillation With the Reused Teacher Classifier

CVPR 2022poster

Knowledge distillation aims to compress a powerful yet cumbersome teacher model into a lightweight student model without much sacrifice of performance. For this purpose, various approaches have been proposed over the past few years, generally with elaborately designed knowledge representations, whic…

Cited by 246PDFcodeScholar
2021

Cross-Layer Distillation with Semantic Calibration

AAAI 2021technical

Recently proposed knowledge distillation approaches based on feature-map transfer validate that intermediate layers of a teacher model can serve as effective targets for training a student model to obtain better generalization ability. Existing studies mainly focus on particular representation forms…

2019

Hilbert-Based Generative Defense for Adversarial Examples

ICCV 2019poster

Adversarial perturbations of clean images are usually imperceptible for human eyes, but can confidently fool deep neural networks (DNNs) to make incorrect predictions. Such vulnerability of DNNs raises serious security concerns about their practicability in security-sensitive applications. To defend…

Cited by 62PDFScholar