← Search

Syed Talal Wasim

10 accepted papers

2026

RedSage: A Cybersecurity Generalist LLM

ICLR 2026poster

Cybersecurity operations demand assistant LLMs that support diverse workflows without exposing sensitive data. Existing solutions either rely on proprietary APIs with privacy risks or on open models lacking domain adaptation. To bridge this gap, we curate 11.8B tokens of cybersecurity-focused contin…

Cited by 0SourcecodeScholar
2025

GroupMamba: Efficient Group-Based Visual State Space Model

CVPR 2025poster

State-space models (SSMs) have recently shown promise in capturing long-range dependencies with subquadratic computational complexity, making them attractive for various applications. However, purely SSM-based models face critical challenges related to stability and achieving state-of-the-art perfor…

2025

MixANT: Observation-dependent Memory Propagation for Stochastic Dense Action Anticipation

ICCV 2025poster

We present MixANT, a novel architecture for stochastic long-term dense anticipation of human activities. While recent State Space Models (SSMs) like Mamba have shown promise through input-dependent selectivity on three key parameters, the critical forget-gate (A matrix) controlling temporal memory r…

2025

STING-BEE: Towards Vision-Language Model for Real-World X-ray Baggage Security Inspection

CVPR 2025highlight

Advancements in Computer-Aided Screening (CAS) systems are essential for improving the detection of security threats in X-ray baggage scans. However, current datasets are limited in representing real-world, sophisticated threats and concealment tactics, and existing approaches are constrained by a c…

2025

Video-Panda: Parameter-efficient Alignment for Encoder-free Video-Language Models

CVPR 2025poster

We present an efficient encoder-free approach for video-language understanding that achieves competitive performance while significantly reducing computational overhead. Current video-language models typically rely on heavyweight image encoders (300M-1.1B parameters) or video encoders (1B-1.4B param…

2024

VideoGrounding-DINO: Towards Open-Vocabulary Spatio-Temporal Video Grounding

CVPR 2024poster

Video grounding aims to localize a spatio-temporal section in a video corresponding to an input text query. This paper addresses a critical limitation in current video grounding methodologies by introducing an Open-Vocabulary Spatio-Temporal Video Grounding task. Unlike prevalent closed-set approach…

Cited by 13SourcePDFScholar
2023

Hardware Resilience Properties of Text-Guided Image Classifiers

NeurIPS 2023poster

This paper presents a novel method to enhance the reliability of image classification models during deployment in the face of transient hardware errors. By utilizing enriched text embeddings derived from GPT-3 with question prompts per class and CLIP pretrained text encoder, we investigate their imp…

2023

Self-regulating Prompts: Foundational Model Adaptation without Forgetting

ICCV 2023poster

Prompt learning has emerged as an efficient alternative for fine-tuning foundational models, such as CLIP, for various downstream tasks. Conventionally trained using the task-specific objective, i.e., cross-entropy loss, prompts tend to overfit downstream data distributions and find it challenging t…

Cited by 205PDFcodeScholar
2023

Video-FocalNets: Spatio-Temporal Focal Modulation for Video Action Recognition

ICCV 2023poster

Recent video recognition models utilize Transformer models for long-range spatio-temporal context modeling. Video transformer designs are based on self-attention that can model global context at a high computational cost. In comparison, convolutional designs for videos offer an efficient alternative…

Cited by 28PDFcodeScholar
2023

Vita-CLIP: Video and Text Adaptive CLIP via Multimodal Prompting

CVPR 2023poster

Adopting contrastive image-text pretrained models like CLIP towards video classification has gained attention due to its cost-effectiveness and competitive performance. However, recent works in this area face a trade-off. Finetuning the pretrained model to achieve strong supervised performance resul…