Academic Jobs - Home of Higher Ed Logo

IISc Team Wins IEEE TCSC SCALE Challenge 2026 for City-Scale Traffic Analytics

Submit News
black flat screen tv showing game
Photo by Martin Sanchez on Unsplash

Breakthrough in Scalable Computing from Bengaluru

The Indian Institute of Science (IISc) in Bengaluru has achieved a significant milestone in scalable computing research. An interdisciplinary team from the institute secured the top honour at the IEEE Technical Community on Scalable Computing (TCSC) SCALE Challenge 2026. The victory highlights India's growing prowess in developing practical, large-scale AI systems for real-world urban challenges.

The winning entry, titled “Scaling Real-Time Traffic Analytics on Edge–Cloud Fabrics for City-Scale Camera Networks,” was developed under the AI for Integrated Mobility (AIM@IISc) initiative. It addresses the complex task of processing video feeds from hundreds or thousands of CCTV cameras to deliver actionable traffic insights with minimal latency and bandwidth use.

Understanding the IEEE TCSC SCALE Challenge

The SCALE Challenge, now in its 19th edition, is an annual international competition organised by the IEEE Technical Community on Scalable Computing. Held in conjunction with the IEEE/ACM International Symposium on Cluster, Cloud, and Internet Computing (CCGrid), it invites teams to demonstrate computing systems that scale effectively across dimensions such as scale-up, scale-out, and elastic edge-to-cloud environments.

Entries undergo rigorous technical evaluation followed by live demonstrations at the conference. A panel of experts judges submissions on scalability impact, system innovation, and practical applicability. In 2026, the event took place in Sydney in May, featuring finalists from the United States, Italy, Australia, and India. Domains ranged from big data architectures to edge-cloud systems for assisted living and high-performance computing graph optimisation.

The Winning IISc System: AIITS Pipeline

The IISc solution, known as AIITS (AI-driven Intelligent Transportation System), processes multi-camera video streams in a distributed edge-cloud architecture. At the edge, lightweight devices such as Raspberry Pi units handle initial video ingestion, while NVIDIA Jetson accelerators run deep neural networks (DNNs) for vehicle detection and tracking. These produce compact summaries of traffic flow rather than transmitting raw video, dramatically cutting bandwidth demands.

In the cloud, spatio-temporal graph neural networks (ST-GNNs) aggregate the summaries to enable real-time traffic nowcasting and short-term forecasting. An interactive dashboard visualises the results for city planners and traffic authorities. The system was tested on a large-scale emulated deployment representing 400 cameras in a Bengaluru neighbourhood.

Key Technical Innovations

Several innovations distinguish the IISc entry. A capacity-aware and energy-aware scheduler dynamically allocates video streams across heterogeneous edge devices to maintain real-time performance even as the number of cameras grows. Foundation model-assisted labelling accelerates annotation of new data, while continuous federated learning allows models to adapt to changing road conditions and vehicle types without centralised retraining or raw data movement.

These features ensure the system remains efficient, privacy-preserving, and adaptable—critical attributes for deployment in resource-constrained urban settings across the Global South.

Interdisciplinary Collaboration at IISc

The achievement stems from close cooperation across multiple IISc units. Faculty, students, and staff from the Department of Computational and Data Sciences (CDS), the Centre for Infrastructure, Sustainable Transportation & Urban Planning (CiSTUP), the Robert Bosch Centre for Cyber Physical Systems (RBCCPS), and the Centre for Data for Public Good (CDPG) contributed to the project.

Funding support came from CiSTUP and ARTPARK, with valuable input from the Bangalore Traffic Police. This partnership ensures the research directly addresses local mobility needs while contributing to broader scientific knowledge.

Implications for Indian Higher Education and Research

The win underscores the strength of India's premier research institutions in producing globally competitive work. IISc's emphasis on interdisciplinary teams and industry-government-academia linkages provides a model for other universities seeking to translate academic research into societal impact.

Such successes also enhance India's visibility in international computing conferences and attract talent and funding to domestic higher-education programmes in computer science, data analytics, and urban planning.

Broader Context: Urban Mobility Challenges in India

India's rapidly growing cities face acute traffic congestion, safety concerns, and sustainability pressures. Bengaluru, like many metros, relies on extensive CCTV networks, yet extracting timely insights from these feeds has historically been limited by compute and network constraints. The IISc system demonstrates how scalable edge-cloud computing can overcome these barriers, offering a pathway toward smarter, data-driven traffic management.

Future Outlook and Potential Applications

Building on this foundation, the AIM@IISc team continues to release open datasets and models, such as the UVH-26 traffic image collection, to accelerate community-driven research. Future expansions could include multi-city deployments, integration with signal control systems, and adaptation for other domains such as public safety or environmental monitoring.

The award-winning work positions IISc as a leader in applying scalable computing to pressing national challenges, with ripple effects likely to influence curriculum development, student projects, and industry partnerships across Indian higher education.

Stakeholder Perspectives

Faculty members involved emphasise the value of combining theoretical advances in graph neural networks and federated learning with practical constraints of real urban deployments. Students gain hands-on experience in end-to-end system building, from hardware scheduling to model adaptation. City authorities benefit from tools that turn existing camera infrastructure into a powerful analytics platform without prohibitive costs.

Conclusion: A Milestone for Scalable AI in India

The IEEE TCSC SCALE Challenge 2026 victory represents more than a single award. It signals the maturation of Indian research in scalable systems and its direct relevance to urban development. As cities worldwide grapple with similar data deluges, the IISc team's edge-cloud traffic analytics framework offers a replicable blueprint. Continued investment in such interdisciplinary initiatives will be vital for sustaining momentum in India's higher-education and research ecosystem.

Portrait of Prof. Marcus Blackwell

Prof. Marcus BlackwellView full profile

Contributing Writer

Shaping the future of academia with expertise in research methodologies and innovation.

Acknowledgements:

Discussion

Sort by:

Be the first to comment on this article!

You

Please keep comments respectful and on-topic.

New0 comments

Join the conversation!

Add your comments now!

Have your say

Engagement level

Browse by Faculty

Browse by Subject

Frequently Asked Questions

🏆What is the IEEE TCSC SCALE Challenge?

The IEEE Technical Community on Scalable Computing (TCSC) SCALE Challenge is an annual international competition that recognises real-world systems demonstrating exceptional scalability across compute, data, and deployment dimensions. Finalists present live demonstrations at the CCGrid conference.

👥Which IISc team won the 2026 challenge?

The interdisciplinary AIM@IISc team, involving researchers from the Department of Computational and Data Sciences, CiSTUP, RBCCPS, and CDPG, won for their AI-driven Intelligent Transportation System (AIITS).

🚦What problem does the winning system solve?

It processes hundreds to thousands of CCTV camera streams for real-time traffic detection, tracking, nowcasting, and forecasting while respecting strict latency, bandwidth, and energy constraints typical of urban deployments.

☁️How does the edge-cloud architecture work?

Video is ingested and analysed at edge devices using DNNs; only lightweight summaries travel to the cloud where ST-GNNs perform advanced analytics. A dynamic scheduler optimises resource allocation across heterogeneous hardware.

📈What makes the system scalable?

Capacity-aware and energy-aware scheduling, federated learning for model adaptation, and foundation-model-assisted labelling allow performance to be maintained as camera counts increase without proportional rises in bandwidth or central compute.

📍Where was the system demonstrated?

On a testbed emulating a 400-camera deployment in a Bengaluru neighbourhood, in collaboration with the Bangalore Traffic Police and supported by CiSTUP and ARTPARK funding.

🔬Who are the key researchers involved?

Prof. Yogesh Simmhan leads the effort, with contributions from Akash Sharma, Pranjal Naman, Roopkatha Banerjee and colleagues across multiple IISc centres. The full author list appears in the associated CCGridW paper.

🏙️What are the broader implications for Indian cities?

The framework offers a cost-effective way to leverage existing CCTV infrastructure for congestion management, safety analytics, and urban planning, with potential replication in other Indian metros facing similar mobility challenges.

📂Is related data or code available openly?

Yes, the AIM@IISc initiative has released the UVH-26 dataset and fine-tuned detection models on Hugging Face to support further research in Indian urban traffic analytics.

🎓How does this advance higher education in India?

It exemplifies successful interdisciplinary, industry-linked research that can enrich curricula, attract talent, and demonstrate the global competitiveness of Indian institutions in scalable computing and AI applications.