← Search

Yinhe Han

9 accepted papers

2025

BaWA: Automatic Optimizing Pruning Metric for Large Language Models with Balanced Weight and Activation

ICML 2025poster

One-shot post-training pruning enhances the deployment of billion-scale large language models (LLMs), with the pruning metric playing a pivotal role in determining which weights to remove. However, existing metrics underperform due to their reliance on a simple symbolic combination of weights and ac…

Cited by 0SourcePDFScholar
2025

CA2Point: Learning Keypoint Detection and Description with Context Aggregation and Cross Augmentation

IROS 2025

Keypoint detection and description are fundamental tasks for a variety of computer vision applications. Due to the limited receptive field of convolutional neural networks, most existing methods based on deep learning mainly focus on the local features, instead of taking into account the global cont

Cited by 0SourcecodeScholar
2025

KARMA: Augmenting Embodied AI Agents with Long-and-Short Term Memory Systems

ICRA 2025

Embodied AI agents responsible for executing interconnected, long-sequence household tasks often face difficulties with in-context memory, leading to inefficiencies and errors in task execution. To address this issue, we introduce KARMA, an innovative memory system that integrates longterm and short

Cited by 23SourcecodeScholar
2022

AGNAS: Attention-Guided Micro and Macro-Architecture Search

ICML 2022spotlight

Micro- and macro-architecture search have emerged as two popular NAS paradigms recently. Existing methods leverage different search strategies for searching micro- and macro- architectures. When using architecture parameters to search for micro-structure such as normal cell and reduction cell, the a…

2022

Searching for BurgerFormer with Micro-Meso-Macro Space Design

ICML 2022spotlight

With the success of Transformers in the computer vision field, the automated design of vision Transformers has attracted significant attention. Recently, MetaFormer found that simple average pooling can achieve impressive performance, which naturally raises the question of how to design a search spa…

2020

Exploring Spatial-Temporal Multi-Frequency Analysis for High-Fidelity and Temporal-Consistency Video Prediction

CVPR 2020poster

Video prediction is a pixel-wise dense prediction task to infer future frames based on past frames. Missing appearance details and motion blur are still two major problems for current models, leading to image distortion and temporal inconsistency. We point out the necessity of exploring multi-freque…

Cited by 134PDFcodeScholar
2018

RT3D: Real-Time 3-D Vehicle Detection in LiDAR Point Cloud for Autonomous Driving

RA-L 2018

For autonomous driving, vehicle detection is the prerequisite for many tasks like collision avoidance and path planning. In this letter, we present a real-time three-dimensional (RT3D) vehicle detection method that utilizes pure LiDAR point cloud to predict the location, orientation, and size of veh

Cited by 175SourceScholar
2018

See and Think: Disentangling Semantic Scene Completion

NeurIPS 2018poster

Semantic scene completion predicts volumetric occupancy and object category of a 3D scene, which helps intelligent agents to understand and interact with the surroundings. In this work, we propose a disentangled framework, sequentially carrying out 2D semantic segmentation, 2D-3D reprojection and 3D…