World-First Demonstration: Estimating Outdoor Pedestrian Flow from Fluctuations in Mobile Communication System’s Radio Signals Using Commercial Base Stations
Advancing toward practical sensing in the 6G era — anywhere covered by base station signals can become a sensing area, using only communication devices
News Highlights
- We have developed a technology that extracts radio propagation information for sensing applications from synchronization signals, which are essential for connecting communication devices to base stations.
- For the first time in the world, we successfully demonstrated the estimation of the number of people passing outdoors by analyzing commercial base station radio propagation data acquired in a real-life environment using AI.
- This achievement demonstrates the effectiveness of Integrated Sensing and Communications (ISAC), a system expected to be introduced in 6G, and paves the way for new value creation in mobile communication systems, such as pedestrian-flow sensing without the need for cameras or dedicated sensors.
NTT Corporation (Headquarters: Chiyoda, Tokyo; President and CEO: Akira Shimada; hereinafter “NTT”) and Sophia University have achieved a world-first demonstration of human detection by analyzing variations in radio propagation information extracted from synchronization signals transmitted by commercially operated base stations.
This research was conducted to evaluate the effectiveness of ISAC (Integrated Sensing and Communications), which is expected to be adopted in sixth-generation mobile communication systems (6G). By applying AI analysis to propagation data obtained from base station signals, the team successfully detected human presence without requiring any additional sensors.
These results suggest that integrating sensing capabilities into existing mobile communication systems—originally designed solely for communication—can significantly expand their range of applications.
This technology will be exhibited at Wireless Japan × Wireless Technology Park1, to be held from May 28 to 30, 2025.
Professor Masakatsu Ogawa from the Department of Information and Communication Sciences at Sophia University is participating in the project.
Background

Sixth-generation mobile communication systems (6G2) are expected to significantly enhance mobile communication systems by enabling ultra-high-speed data transmission, low latency, and massive device connectivity. In line with this, the Radiocommunication Sector of the International Telecommunication Union (ITU-R3) is discussing the standardization of 6G under the framework of IMT-2030 (6G)4, which includes considerations for ISAC (Integrated Sensing and Communications)—a technology that integrates radio communication and sensing (Figure 1).
ISAC enables sensing capabilities using the same radio wave propagation information used for communication, eliminating the need for installing additional dedicated sensing devices. Moreover, since ISAC relies on radio signals rather than optical imaging, it allows for privacy-conscious sensing without capturing images of the target. ISAC is also expected to perform well in environments where conventional cameras struggle—such as in darkness or where line-of-sight is obstructed.
Recognizing these advantages, the 3rd Generation Partnership Project (3GPP5) has defined a wide range of ISAC use cases (Table 2), envisioning the deployment of radio-based sensing across diverse indoor and outdoor environments.
Table 2 ISAC Use Cases Specified by 3GPP
Target | Use Cases | Added Value of ISAC | |
Outdoor | Human/Animals | ・Detecting intrusions onto railways or highways
・ Estimating crowd flow in tourist areas
|
-No need for cameras or dedicated sensors
-Privacy-conscious sensing -Enables sensing at night |
Vehicles | ・Detecting obstacles in blind spots at intersections
・Surrounding environment sensing for ADAS ・Monitoring traffic congestion |
-No need for cameras or dedicated sensors
-Works without line of sight -Enables sensing at night |
|
UAV | ・Tracking UAV flight paths
・Collision avoidance sensing for UAVs |
-Enables tracking even when GPS accuracy is poor near buildings
-Sensing possible in non-line-of-sight or nighttime conditions |
|
Weather | ・Monitoring rainfall and flooding | -Sensing possible in areas without dedicated weather sensors | |
Indoor | Factories | ・Tracking the position of AMRs/AGVs in factories
・Monitoring work activities |
– No need for dedicated sensors
– Sensing not affected by line of sight or lighting conditions |
Home | ・Intrusion detection
・Contactless health and sleep monitoring ・Gesture recognition for XR |
– No need for cameras or dedicated sensors
– Privacy-conscious sensing – Sensing not affected by lighting conditions |
However, most existing experimental validations have been limited to indoor use cases using wireless LAN systems. While theoretical studies on ISAC-based wireless sensing in mobile communication systems are increasing, experimental demonstrations remain scarce. Even when such reports exist, they often rely on experimental base stations or controlled test environments, leaving the practical feasibility of 3GPP-defined ISAC use cases unverified.
Against this backdrop, NTT and Sophia University have been conducting R&D on wireless sensing technologies using commercial base stations, based on the envisioned use cases of ISAC (Figure 3). The wireless propagation information acquisition system developed for this demonstration is capable of collecting data from commercially deployed 4G and 5G networks. Accordingly, this demonstration specifically validated ISAC technology using the most widely deployed 4G commercial base stations in real-life environments.

Experimental Environment and Results
NTT and Sophia University have developed a system that utilizes synchronization signals periodically transmitted from commercial base stations to extract radio propagation information. Using this system, a field demonstration was conducted to sense the number of pedestrians on an outdoor pathway at the Yotsuya Campus of Sophia University.
(1) Experimental Environment
In this demonstration, pedestrian detection in an outdoor setting—one of the ISAC use cases—was conducted on Sophia University’s Yotsuya Campus.
Radio signals transmitted from commercial base stations installed and operating on campus were received using two antennas positioned along a campus walkway. These signals were then analyzed using the developed wireless sensing system (Figure 4).
The radio signals used for analysis came from the 2 GHz Band 1 of a 4G system. From the signals, Received Signal Strength Indicator (RSSI) and Channel State Information (CSI) were extracted and used for sensing.
The measurement period spanned 3.5 hours, from 10:30 AM to 2:00 PM, including both low-traffic lecture hours and high-traffic lunch breaks.
In addition to the wireless sensing system, a camera installed on campus was used to obtain ground truth pedestrian counts. Specifically, the number of people passing through the green-highlighted area shown in Figure 4 was counted from the camera footage6, enabling simultaneous collection of radio signal data and pedestrian data.

(2) Experimental Results
■Time Series of Moving Variance of RSSI
Figure 5 shows the number of pedestrians observed (blue line) and the moving variance of RSSI extracted from 4G signals using the wireless sensing system (pink line), measured between 10:30 AM and 2:00 PM.
The graph reveals a clear pattern: fewer pedestrians during lecture hours (when students are in classrooms), and more during lunch breaks (when students move between buildings).
The variance of RSSI showed a trend closely resembling the pedestrian count.

■AI-Based Pedestrian Count Estimation
Figure 6 presents results of pedestrian count estimation using deep learning-based AI analysis.
RSSI, representing the strength of received signals, is lightweight in terms of processing and can be measured 100 times per second.
CSI, which captures amplitude and phase information across multiple subcarriers and antennas, provides spatial information but is high-dimensional and computationally intensive—thus limited to about one measurement per second when using synchronization signals from commercial base stations.
Since both temporal and spatial information are important for estimating crowd density, this demonstration used both RSSI and CSI in deep learning.
For preprocessing:
RSSI: Moving standard deviation was calculated over multiple time windows to capture various pedestrian movement patterns.
CSI: Variations across antennas and subcarriers were computed to extract spatial features.
Deep learning models were trained to extract temporal features from RSSI and spatial features from CSI, which were then combined to estimate pedestrian counts.
Outdoor environments are subject to noise such as wind-induced movement, which can degrade model generalization.
To address this, data augmentation techniques were applied by adding noise to the observed values and ground truth labels7, helping to prevent overfitting8.
Figure 6 shows that using moving standard deviation of RSSI, spatial information from CSI, and data augmentation significantly reduced estimation error—cutting it by half.

Roles of Each Organization
NTT:
Developed the wireless sensing system to measure synchronization signals transmitted from operational commercial base stations. Verified the effectiveness of wireless sensing technology using deep learning.
Sophia University:
Provided the experimental environment (Yotsuya Campus, Sophia University), performed pedestrian counting using cameras, and created the pedestrian count dataset. Evaluated useful RSSI features for estimating pedestrian numbers.
Future Developments
This demonstration successfully showcased the practicality of ISAC (Integrated Sensing and Communications), where sensing can be achieved solely through communication devices within the coverage area of commercial base station signals. Since the wireless sensing system developed in this study can utilize both 4G and 5G signals, ISAC can be demonstrated in real-world environments even before the rollout and widespread adoption of 6G.
Moving forward, we will continue to conduct ISAC demonstration experiments for various real-life use cases using commercial 4G and 5G signals, further advancing ISAC technology research and development. The results obtained will be submitted to 3GPP to promote the standardization and practical implementation of ISAC in 6G. In addition, we plan to explore technologies for integrating and analyzing synchronization signals from base stations of multiple mobile operators, aiming to further enhance sensing accuracy.
Our goal is to verify and explore service applications using ISAC technology toward its realization around 2030, when 6G is expected to be widely deployed.
Glossary
1. Wireless Japan x Wireless Technology Park(https://wjwtp.jp/2025/)
2. 6G:Abbreviation for the sixth-generation mobile communication system, a next-generation wireless standard expected to offer ultra-high-speed, ultra-low-latency, and massive connectivity.
3. ITU-R:The Radiocommunication Sector of the International Telecommunication Union (ITU), a specialized agency of the United Nations. ITU-R is responsible for revising the Radio Regulations (international rules for radio communication), studying technical and operational issues, issuing recommendations, and allocating/registering radio frequencies.
4. IMT2030(6G): Stands for International Mobile Telecommunications 2030, the proposed standard for 6G mobile communication technologies.
5. 3GPP: Abbreviation for the 3rd Generation Partnership Project, a global collaborative project that develops international standards for mobile communication systems.
6. Approved by the Human Research Ethics Committee at Sophia University (Application No.: 2023-152, 2024-202).
7. Labeled data used for training machine learning models. In this demonstration, observed values (RSSI and CSI) were matched with labels (pedestrian counts derived from camera images) based on timestamps.
8. Overfitting: A condition in machine learning where the model performs well on the training data but poorly on unseen data. This often occurs when a model is overly complex relative to the amount and variability of the training data.
Research-related inquiries
Department of Information and Communication Sciences, Sophia University
Professor Masakatsu Ogawa (E-mail:m-ogawa@sophia.ac.jp)
Press Inquiries
Office of Public Relations(sophiapr-co@sophia.ac.jp)