← Search

Tianyu Fu

11 accepted papers

2026

Cache-to-Cache: Direct Semantic Communication Between Large Language Models

ICLR 2026poster

Multi-LLM systems harness the complementary strengths of diverse Large Language Models, achieving performance and efficiency gains unattainable by a single model. In existing designs, LLMs communicate through text, forcing internal representations to be transformed into output token sequences. This…

Cited by 0SourcecodeScholar
2026

RegionFuse: Region-Adaptive Pixel Distribution Learning for Infrared and Visible Image Fusion

CVPR 2026

Infrared and Visible Image Fusion (IVIF) aims to combine complementary information from infrared and visible images to overcome the limitations of a single modality. While existing methods typically employ fixed or sample-adaptive fusion paradigms where fusion weights are static or derived from glob

Cited by 0SourcecodeScholar
2026

Think-at-Hard: Selective Latent Iterations to Improve Reasoning Language Models

ICML 2026poster

Improving reasoning abilities of Large Language Models (LLMs), especially under parameter constraints, is crucial for real-world applications. Looped transformers address this by performing multiple latent iterations to refine each token beyond a single forward pass. However, we identify a latent ov…

Cited by 0SourceScholar
2025

FrameFusion: Combining Similarity and Importance for Video Token Reduction on Large Vision Language Models

ICCV 2025poster

The increasing demand to process long and high-resolution videos significantly burdens Large Vision-Language Models (LVLMs) due to the enormous number of visual tokens. Existing token reduction methods primarily prune tokens based on importance metrics, such as cumulative attention scores. However,…

2025

R2R: Efficiently Navigating Divergent Reasoning Paths with Small-Large Model Token Routing

NeurIPS 2025poster

Large Language Models (LLMs) achieve impressive reasoning capabilities at the cost of substantial inference overhead, posing substantial deployment challenges. Although distilled Small Language Models (SLMs) significantly enhance efficiency, their performance suffers as they fail to follow LLMs' rea…

Cited by 0SourcecodeScholar
2024

Can LLMs Learn by Teaching for Better Reasoning? A Preliminary Study

NeurIPS 2024poster

Teaching to improve student models (e.g., knowledge distillation) is an extensively studied methodology in LLMs. However, in human education, teaching enhances not only the students but also the teachers by fostering more rigorous and clearer reasoning, as well as deeper knowledge building. We ask:…

2024

FlingFlow: LLM-Driven Dynamic Strategies for Efficient Cloth Flattening

RA-L 2024

The proficiency of robots in cloth manipulation is crucial for their potential widespread deployment in household service contexts, with the task of unfolding cloth being particularly indispensable. Unlike rigid objects, cloth has a high-dimensional state space, which poses significant challenges fo

Cited by 7SourceScholar
2023

Fast Recognition of Snap-Fit for Industrial Robot Using a Recurrent Neural Network

RA-L 2023

Snap-fit recognition is an essential capability for industrial robots in manufacturing. The goal is to protect fragile parts by quickly detecting snap-fit signals in the assembly. In this letter, we propose a fast recognition method of snap-fit for industrial robots. A snap-fit dataset generation st

Cited by 11SourceScholar
2023

Human-Robot Deformation Manipulation Skill Transfer: Sequential Fabric Unfolding Method For Robots

RA-L 2023

Deformable object manipulation has been considered a challenging task for robots for its complex dynamics and the infinite dimensional configuration space. Fabric unfolding manipulation takes on critical significance in the textile industry and household services. Accordingly, enabling robots to pos

Cited by 5SourceScholar
2023

Multi-Dimensional Deformable Object Manipulation Using Equivariant Models

IROS 2023poster

Manipulating deformable objects, such as ropes (1D), fabrics (2D), and bags (3D), poses a significant challenge in robotics research due to their high degree of freedom in physical state and nonlinear dynamics. Compared with single-dimensional deformable objects, multi-dimensional object manipulatio…

Cited by 1SourceScholar
2020

Exclusivity-Consistency Regularized Knowledge Distillation for Face Recognition

ECCV 2020poster

Knowledge distillation is an effective tool to compress large pre-trained Convolutional Neural Networks (CNNs) or their ensembles into models applicable to mobile and embedded devices. The success of which mainly comes from two aspects: the designed student network and the exploited knowledge. Howev…