← Search

Ye Ren

10 accepted papers

2026

Less Token, More Signal: MoE Expert Pruning via Critical Token Selection

ICML 2026poster

Mixture-of-Experts (MoE) architectures provide strong scalability for large language models, but their large expert parameter footprint poses challenges for efficient deployment. Expert pruning is widely used to reduce model size and inference cost; however, existing approaches are token-agnostic, t…

Cited by 0SourceScholar
2026

One Layer's Trash is Another Layer's Treasure: Adaptive Layer-wise Visual Token Selection in LVLMs

CVPR 2026

Large Vision-Language Models (LVLMs) have achieved remarkable success across diverse multimodal tasks, yet their practical deployment remains constrained by the computational burden arising from lengthy visual tokens. While visual token pruning has emerged as a promising solution, existing methods s

Cited by 0SourceScholar
2025

1+1>2: A Synergistic Sparse and Low-Rank Compression Method for Large Language Models

EMNLP 2025

Large Language Models (LLMs) have demonstrated remarkable proficiency in language comprehension and generation; however, their widespread adoption is constrained by substantial bandwidth and computational demands. While pruning and low-rank approximation have each demonstrated promising performance

2024

Exploiting Depth Priors for Few-Shot Neural Radiance Field Reconstruction

RA-L 2024

The performance of neural radiance field technologies deteriorates rapidly when sparse views are used as input. In this paper, we propose a simulated viewpoint enhancement for surface reconstruction that extracts diverse geometric features from the depth to address this limitation. We design a novel

Cited by 0SourceScholar
2023

Bit-Shrinking: Limiting Instantaneous Sharpness for Improving Post-Training Quantization

CVPR 2023poster

Post-training quantization (PTQ) is an effective compression method to reduce the model size and computational cost. However, quantizing a model into a low-bit one, e.g., lower than 4, is difficult and often results in nonnegligible performance degradation. To address this, we investigate the loss l…

Cited by 21SourcePDFScholar
2023

Distilling DETR with Visual-Linguistic Knowledge for Open-Vocabulary Object Detection

ICCV 2023poster

Current methods for open-vocabulary object detection (OVOD) rely on a pre-trained vision-language model (VLM) to acquire the recognition ability. In this paper, we propose a simple yet effective framework to Distill the Knowledge from the VLM to a DETR-like detector, termed DK-DETR. Specifically, we…

Cited by 17PDFcodeScholar
2023

Learning Symmetry-Aware Geometry Correspondences for 6D Object Pose Estimation

ICCV 2023poster

Current 6D pose estimation methods focus on handling objects that are previously trained, which limits their applications in real dynamic world. To this end, we propose a geometry correspondence-based framework, termed GCPose, to estimate 6D pose of arbitrary unseen objects without any re-training.…

Cited by 20PDFcodeScholar
2022

SAViT: Structure-Aware Vision Transformer Pruning via Collaborative Optimization

NeurIPS 2022accept

Vision Transformers (ViTs) yield impressive performance across various vision tasks. However, heavy computation and memory footprint make them inaccessible for edge devices. Previous works apply importance criteria determined independently by each individual component to prune ViTs. Considering that…

2022

SOIT: Segmenting Objects with Instance-Aware Transformers

AAAI 2022technical

This paper presents an end-to-end instance segmentation framework, termed SOIT, that Segments Objects with Instance-aware Transformers. Inspired by DETR, our method views instance segmentation as a direct set prediction problem and effectively removes the need for many hand-crafted components like R…