← Search

Mohamed Abdelfattah

10 accepted papers

2026

OSMO: Open-vocabulary Self-eMOtion Tracking

CVPR 2026

We introduce the novel task of egocentric self-emotion tracking, which aims to infer an individual's evolving emotions from egocentric multimodal streams such as voice, visual surroundings, semantic subtext, and eye-tracking signals. To establish this research direction, we present: (1) OSMO dataset

Cited by 0SourcecodeScholar
2026

Regression Language Models for Code

ICML 2026poster

We study \textbf{code-to-metric regression}: predicting numeric outcomes of code executions, a challenging task due to the open-ended nature of programming languages. While prior methods have resorted to heavy and domain-specific feature engineering, we show that a single unified Regression Language…

Cited by 0SourceScholar
2026

xKV: Cross-Layer KV-Cache Compression via Aligned Singular Vector Extraction

ICML 2026poster

Long-context Large Language Models (LLMs) enable powerful applications but incur high memory costs due to the key–value states (KV-Cache). Recent studies attempt to share KV-Cache across layers, but these approaches either require expensive pretraining or rely on per-token cross-layer cosine similar…

Cited by 0SourceScholar
2025

FlashDepth: Real-time Streaming Video Depth Estimation at 2K Resolution

ICCV 2025poster

A versatile video depth estimation model should be consistent and accurate across frames, produce high-resolution depth maps, and support real-time streaming. We propose a method, FlashDepth, that satisfies all three requirements, performing depth estimation for a 2044x1148 streaming video at 24 FPS…

2024

MaskCLR: Attention-Guided Contrastive Learning for Robust Action Representation Learning

CVPR 2024poster

Current transformer-based skeletal action recognition models tend to focus on a limited set of joints and low-level motion patterns to predict action classes. This results in significant performance degradation under small skeleton perturbations or changing the pose estimator between training and te…

2022

ArtELingo: A Million Emotion Annotations of WikiArt with Emphasis on Diversity over Language and Culture

EMNLP 2022main

This paper introduces ArtELingo, a new benchmark and dataset, designed to encourage work on diversity across languages and cultures. Following ArtEmis, a collection of 80k artworks from WikiArt with 0.45M emotion labels and English-only captions, ArtELingo adds another 0.79M annotations in Arabic an…

2022

ZeroWaste Dataset: Towards Deformable Object Segmentation in Cluttered Scenes

CVPR 2022poster

Less than 35% of recyclable waste is being actually recycled in the US, which leads to increased soil and sea pollution and is one of the major concerns of environmental researchers as well as the common public. At the heart of the problem are the inefficiencies of the waste sorting process (separat…

Cited by 67PDFcodeScholar
2020

BRP-NAS: Prediction-based NAS using GCNs

NeurIPS 2020poster

Neural architecture search (NAS) enables researchers to automatically explore broad design spaces in order to improve efficiency of neural networks. This efficiency is especially important in the case of on-device deployment, where improvements in accuracy should be balanced out with computational d…

2020

Journey Towards Tiny Perceptual Super-Resolution

ECCV 2020poster

Recent works in single-image perceptual super-resolution (SR) have demonstrated unprecedented performance in generating realistic textures by means of deep convolutional networks. However, these convolutional models are large and expensive, preventing them from being deployed to devices that require…