SlideShare a Scribd company logo
Hand Gesture Recognition for an Off-the-Shelf Radar
by Electromagnetic Modeling and Inversion
Arthur Sluÿters, Sébastien Lambot, and Jean Vanderdonckt
The Walabot device
Portable FMCW radar
sensor
• EU/CE: 6.3-8GHz
• US/FCC: 3.3-10GHz
The Walabot device
Portable FMCW radar
sensor
• EU/CE: 6.3-8GHz
• US/FCC: 3.3-10GHz
The Walabot device
18 antennas
The Walabot device
18 antennas
2 profiles
Unused Transmitter
The Walabot device
18 antennas
2 profiles
• 40 pairs of antennas,
lower framerate (~20fps)
Unused Transmitter Receiver (profile 1)
The Walabot device
18 antennas
2 profiles
• 40 pairs of antennas,
lower framerate (~20fps)
• 12 pairs of antennas,
higher framerate (~40 fps)
Unused Transmitter Receiver (profile 1) Receiver (profile 2)
The Walabot device
18 antennas
2 profiles
• 40 pairs of antennas,
lower framerate (~20fps)
• 12 pairs of antennas,
higher framerate (~40 fps)
Unused Transmitter Receiver (profile 1) Receiver (profile 2)
Why the Walabot?
Technical point-of-view Scientific point-of-view
• Low price
• Off-the-shelf availability
• Portability
• Wide range of configurations
• C++ API for retrieving raw data
• Subject of research in domains such
as activity recognition and material
identification:
• Avrahami et al., 2018
• Agresti et al., 2019
• Only recently used for hand gesture
recognition in a research paper by
Zhang et al., 2021
Why the Walabot?
Technical point-of-view Scientific point-of-view
• Low price
• Off-the-shelf availability
• Portability
• Wide range of configurations
• C++ API for retrieving raw data
• Subject of research in domains such
as activity recognition and material
identification:
• Avrahami et al., 2018
• Agresti et al., 2019
• Only recently used for hand gesture
recognition in a research paper by
Zhang et al., 2021
The challenges of radar gesture recognition
1. Sensitivity to noise and clutter
• Antenna effects
• Background reflections
The challenges of radar gesture recognition
1. Sensitivity to noise and clutter
• Antenna effects
• Background reflections
The challenges of radar gesture recognition
1. Sensitivity to noise and clutter
• Antenna effects
• Background reflections
Internal reflections, transmissions
The challenges of radar gesture recognition
1. Sensitivity to noise and clutter
• Antenna effects
• Background reflections
Radar
The challenges of radar gesture recognition
1. Sensitivity to noise and clutter
• Antenna effects
• Background reflections
Radar
Walls
The challenges of radar gesture recognition
1. Sensitivity to noise and clutter
• Antenna effects
• Background reflections
Radar
Furniture
The challenges of radar gesture recognition
2. Complexity and size of radar data vs. e.g., skeleton data
The challenges of radar gesture recognition
2. Complexity and size of radar data vs. e.g., skeleton data
Identify hand motion from raw radar data
The challenges of radar gesture recognition
2. Complexity and size of radar data vs. e.g., skeleton data
Signal from multiple receivers
Identify hand motion from raw radar data
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
A pipeline for radar gesture recognition
8 stages offering a solution to
the two challenges of radar
gesture recognition
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
FFT if time-
domain
radar
2
A pipeline for radar gesture recognition
Challenge 1:
Sensitivity to noise and clutter
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
FFT if time-
domain
radar
2
A pipeline for radar gesture recognition
Apply the radar equation (Lambot
et al., 2004) to the raw signal
• Internal reflections, transmissions
• Antenna-target interactions
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
FFT if time-
domain
radar
2
A pipeline for radar gesture recognition
Subtract the background from the
radar signal to remove all static
reflectors (walls, furniture, etc.)
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
FFT if time-
domain
radar
2
A pipeline for radar gesture recognition
Truncate the signal and keep only
what is relevant for gesture
recognition
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Challenge 2:
Complexity and size of radar data
A pipeline for radar gesture recognition
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Extract 2 parameters from the
radar signal (Lambot et al., 2004)
• Distance
• Relative permittivity
A pipeline for radar gesture recognition
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Filter errors in the distance and
permittivity data caused by:
• Low SNR ratio
• Multiple objects in the field of view
A pipeline for radar gesture recognition
a) Open hand b) Close hand c) Open, then close hand d) Swipe right e) Swipe left
f) Swipe up g) Swipe down h) Push with fist i) Push with palm j) Wave hand k) Draw infinity
m) Extend one finger
l) Barrier gesture n) Extend two fingers o) Extend three fingers p) Extend four fingers
Evaluating the pipeline
• 16 gesture classes
• 5 templates/class/
device
• 3 devices
• Walabot
• Custom horn
antenna
• Leap Motion
Controller
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Evaluating the pipeline
• Jackknife recognizer (Taranta
et al., 2017)
• Data at 4 important stages of
the pipeline
• Up to 4 training templates
• Record recognition rate and
execution time
Raw data
capture
1
FFT if time-
domain
radar
2
Evaluating the pipeline
T=4 Walabot Horn
Recognition rate [%] 79.7 94.6
Time [ms] 7.3 3.8
Gesture size [kB] 212.5 111.25
Background
subtraction
4
Antenna
effects
removal
3
Raw data
capture
1
FFT if time-
domain
radar
2
Evaluating the pipeline
T=4 Walabot Horn
Recognition rate [%] 84.5 95.4
Time [ms] 5.8 3.3
Gesture size [kB] 170 111.25
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
Raw data
capture
1
FFT if time-
domain
radar
2
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Evaluating the pipeline
T=4 Walabot Horn
Recognition rate [%] 62.4 55.9
Time [ms] 0.4 0.2
Gesture size [kB] 5 1.25
Background
subtraction
4
Time gating
6
IFFT
5
Antenna
effects
removal
3
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Evaluating the pipeline
T=4 Walabot Horn
Recognition rate [%] 70.7 54.5
Time [ms] 0.5 0.2
Gesture size [kB] 5 1.25
Guidelines
Guidelines
1. Favor gestures with a highly differentiable surface of exposure
Guidelines
2. Favor gestures with motion parallel to the radar beam
Guidelines
3. Favor large number of training templates (at least 4 in our testing)
Guidelines
4. Carefully select the combination of antenna pairs used for gesture
recognition
Thank you for your
attention
References
Agresti et al., 2019: G. Agresti and S. Milani. 2019. Material Identification Using RF Sensors and Convolutional Neural
Networks. In Proc. of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP ’19). 3662–
3666.
Avrahami et al., 2018: Daniel Avrahami, Mitesh Patel, Yusuke Yamaura, and Sven Kratz. 2018. Below the Surface:
Unobtrusive Activity Recognition for Work Surfaces Using RF-Radar Sensing. In 23rd International Conference on
Intelligent User Interfaces (Tokyo, Japan) (IUI ’18). Association for Computing Machinery, New York, NY, USA, 439–451.
Lambot et al., 2004: Sébastien Lambot, E.C. Slob, Idesbald van den Bosch, Benoit Stockbroeckx, and Marnik
Vanclooster. 2004. Modeling of ground-penetrating Radar for accurate characterization of subsurface electric properties.
IEEE Transactions on Geoscience and Remote Sensing 42, 11 (2004), 2555–2568.
Taranta et al., 2017: Eugene M. Taranta II, Amirreza Samiei, Mehran Maghoumi, Pooya Khaloo, Corey R. Pittman, and
Joseph J. LaViola Jr. 2017. Jackknife: A Reliable Recognizer with Few Samples and Many Modalities. In Proceedings of
the 2017 CHI Conference on Human Factors in Computing Systems (Denver, Colorado, USA) (CHI ’17). ACM, New
York, NY, USA, 5850–5861.
Zang et al., 2021: Bo Zhang, Lei Zhang, Mojun Wu, and Yan Wang. 2021. Dynamic Gesture Recognition Based on RF
Sensor and AE-LSTM Neural Network. In 2021 IEEE International Symposium on Circuits and Systems (ISCAS). 1–5.
Objective of this thesis:
Apply it to two devices:
Source: Raspberry Projects
Source: UltraLeap
Vision-based
Data easy to interpret
Low privacy
High sensitivity to ambient conditions
Radar-based
Data difficult to interpret
High privacy
Low sensitivity to ambient conditions
1. Radar pre-processing pipeline
Drivers & Libraries
Radar
Radar
driver
Radar API
Global interaction
technique
Dialog
IF gesture = circle
THEN action1()
IF gesture = swipe
THEN action2()
Functional
adapter
Application
core
1. Radar pre-processing pipeline
Drivers & Libraries
Radar
Radar
driver
Radar API
Radar data pre-
processing pipeline
Global interaction
technique
Dialog
IF gesture = circle
THEN action1()
IF gesture = swipe
THEN action2()
Functional
adapter
Application
core
Radar pre-processing
pipeline
Why a pre-processing pipeline?
Transform radar data for use with template-matching algorithms
(Jackknife, $P+, µF,…)
1. Clean up data
2. Reduce data to only two physically meaningful features
• Distance
• Relative permittivity
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
• 8 stages
• Can be adapted to different
types of radars
• One can choose to only use
part of the pipeline
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Push with palm
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Frame
∝
Distance
Antenna effects
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Apply the radar equation to the
raw signal:
• Remove internal reflections,
transmissions
• Remove antenna-target
interactions
Signal independent of the radar
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Body reflection
Hand reflection
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Remove all static reflectors
• Walls
• Furniture
• …
Signal independent of the
environment
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Truncate the signal to keep only
what is relevant
• Reduces processing time
• Improves accuracy
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Extract 2 parameters:
• Distance
• Relative permittivity
Iterative method
• Start with an initial guess
• Converge towards the solution
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Inversion can return incorrect
values due to:
• Low SNR ratio
• Multiple objects in the field of view
Filtering smoothens the signal to
(hopefully) achieve better
recognition rates
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain
radar
2
Filtering
8
Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Evaluation
• Jackknife recognizer
• Data from different stages of the pipeline
• 3 devices: LMC, horn, and Walabot
• 2 recording sessions
• 1 participant
• 5 templates / gesture / device
Horn antenna
Source: Raspberry Projects
LMC
Walabot
Antenna
effects
removal
3
Background
subtraction
4
Time gating
6
IFFT
5
Raw data
capture
1
FFT if time-
domain radar
2
Filtering
8 Inversion
EM forward
model
Optimization
algorithm
Error
function
7
Recognition
(a) (b) (c) (d)
Walabot Horn Walabot Horn Walabot Horn Walabot Horn
Recognition rate [%] 79.7 94.6 84.5 95.4 62.4 55.9 70.7 54.5
Time [ms] 7.3 3.8 5.8 3.3 0.4 0.2 0.5 0.2
Gesture size [kB] 212.5 111.25 170 111.25 5 1.25 5 1.25
(a) (b)
(c)
(d)
Limitations of the pipeline
Slow inversion
process
Sensitive to
hand size
Information
loss
Only one-
handed
Conclusion
What has been done?
1. A pipeline for radar data pre-processing
a. Radar gesture set
b. Performance evaluation
2. A framework for prototyping gesture-based applications with the
LMC
a. Various demo applications
b. Usability testing
What’s next?
Radar pipeline
• Real-time execution
• Testing
• Gesture set
• Recognizers
zeroG
• Design
• Implementation
• Modules
• Sensors
• …
• Evaluation
Thank you for your
attention
Bonus slides
LMC datasets
Horn dataset (16 joints) Walabot dataset (16 joints)
Horn dataset
Raw frequency data Filtered frequency data
Horn dataset
Raw inversion Filtered inversion data
Walabot dataset
Raw frequency data (pairs 2, 3, 4, 6, 7) Filtered frequency data (pairs 4, 6, 7, 10)
Walabot dataset
Raw inversion data (pairs 2, 3, 6, 7) Filtered inversion data (pairs 2, 3, 6, 7)
Walabot dataset
Filtered frequency data (pairs 4, 6, 7, 10) Filtered inversion data (pairs 2, 3, 6, 7)
a) Open hand b) Close hand c) Open, then close hand d) Swipe right e) Swipe left
f) Swipe up g) Swipe down h) Push with fist i) Push with palm j) Wave hand k) Draw infinity
m) Extend one finger
l) Barrier gesture n) Extend two fingers o) Extend three fingers p) Extend four fingers

More Related Content

Similar to Hand Gesture Recognition for an Off-the-Shelf Radar by Electromagnetic Modeling and Inversion

Radar 2009 a 15 parameter estimation and tracking part 1
Radar 2009 a 15 parameter estimation and tracking part 1Radar 2009 a 15 parameter estimation and tracking part 1
Radar 2009 a 15 parameter estimation and tracking part 1
Forward2025
 
10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...
10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...
10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...Jason Edwards
 
Introduction to OFDM.ppt
Introduction to OFDM.pptIntroduction to OFDM.ppt
Introduction to OFDM.ppt
Stefan Oprea
 
ROBOTICS - Introduction to Robotics Microcontroller
ROBOTICS -  Introduction to Robotics MicrocontrollerROBOTICS -  Introduction to Robotics Microcontroller
ROBOTICS - Introduction to Robotics Microcontroller
Vibrant Technologies & Computers
 
LiDAR.pptx
LiDAR.pptxLiDAR.pptx
LiDAR.pptx
ssuser39be96
 
Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...
Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...
Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...
TSC University of Mondragon
 
Terminal descent sensor selection.pdf
Terminal descent sensor selection.pdfTerminal descent sensor selection.pdf
Terminal descent sensor selection.pdf
Chandrabhraman
 
OTDR-OPTICAL TIME DOMAIN REFLECTOMETER
OTDR-OPTICAL TIME DOMAIN REFLECTOMETEROTDR-OPTICAL TIME DOMAIN REFLECTOMETER
OTDR-OPTICAL TIME DOMAIN REFLECTOMETER
Premashis Kumar
 
UCF Wireless SAW Sensor Systems
UCF Wireless SAW Sensor SystemsUCF Wireless SAW Sensor Systems
UCF Wireless SAW Sensor Systems
Convinsys
 
Radar 2009 a 4 radar equation
Radar 2009 a  4 radar equationRadar 2009 a  4 radar equation
Radar 2009 a 4 radar equation
Forward2025
 
Radar 2009 a 4 radar equation
Radar 2009 a  4 radar equationRadar 2009 a  4 radar equation
Radar 2009 a 4 radar equation
Vi Binh Q. Le
 
Rfid system(eee499.blogspot.com)
Rfid system(eee499.blogspot.com)Rfid system(eee499.blogspot.com)
Rfid system(eee499.blogspot.com)
slmnsvn
 
Radar 2009 a 12 clutter rejection basics and mti
Radar 2009 a 12 clutter rejection   basics and mtiRadar 2009 a 12 clutter rejection   basics and mti
Radar 2009 a 12 clutter rejection basics and mti
Forward2025
 
Wireless Sensor Networks: Nothing is Out of Reach
Wireless Sensor Networks: Nothing is Out of ReachWireless Sensor Networks: Nothing is Out of Reach
Wireless Sensor Networks: Nothing is Out of Reach
EnergySec
 
Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)
NopphawanTamkuan
 
RadioVisor - A Slicing Plane for Radio Access Networks
RadioVisor - A Slicing Plane for Radio Access NetworksRadioVisor - A Slicing Plane for Radio Access Networks
RadioVisor - A Slicing Plane for Radio Access Networks
Open Networking Summits
 
Smart Antenna for RFID Systems 2.55
Smart Antenna for RFID Systems 2.55Smart Antenna for RFID Systems 2.55
Smart Antenna for RFID Systems 2.55Eng. Majid Faleh
 

Similar to Hand Gesture Recognition for an Off-the-Shelf Radar by Electromagnetic Modeling and Inversion (20)

Radar 2009 a 15 parameter estimation and tracking part 1
Radar 2009 a 15 parameter estimation and tracking part 1Radar 2009 a 15 parameter estimation and tracking part 1
Radar 2009 a 15 parameter estimation and tracking part 1
 
10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...
10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...
10121-4504-01-PR-Final_Intelligent_Casing-Intelligent_Formation_Telemetry_Sys...
 
Introduction to OFDM.ppt
Introduction to OFDM.pptIntroduction to OFDM.ppt
Introduction to OFDM.ppt
 
ROBOTICS - Introduction to Robotics Microcontroller
ROBOTICS -  Introduction to Robotics MicrocontrollerROBOTICS -  Introduction to Robotics Microcontroller
ROBOTICS - Introduction to Robotics Microcontroller
 
LiDAR.pptx
LiDAR.pptxLiDAR.pptx
LiDAR.pptx
 
Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...
Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...
Real-time Implementation of Sphere Decoder-based MIMO Wireless System (EUSIPC...
 
Terminal descent sensor selection.pdf
Terminal descent sensor selection.pdfTerminal descent sensor selection.pdf
Terminal descent sensor selection.pdf
 
P1121106496
P1121106496P1121106496
P1121106496
 
OTDR-OPTICAL TIME DOMAIN REFLECTOMETER
OTDR-OPTICAL TIME DOMAIN REFLECTOMETEROTDR-OPTICAL TIME DOMAIN REFLECTOMETER
OTDR-OPTICAL TIME DOMAIN REFLECTOMETER
 
UCF Wireless SAW Sensor Systems
UCF Wireless SAW Sensor SystemsUCF Wireless SAW Sensor Systems
UCF Wireless SAW Sensor Systems
 
Albert huizing -_tno
Albert huizing -_tnoAlbert huizing -_tno
Albert huizing -_tno
 
Radar 2009 a 4 radar equation
Radar 2009 a  4 radar equationRadar 2009 a  4 radar equation
Radar 2009 a 4 radar equation
 
Radar 2009 a 4 radar equation
Radar 2009 a  4 radar equationRadar 2009 a  4 radar equation
Radar 2009 a 4 radar equation
 
Rfid system(eee499.blogspot.com)
Rfid system(eee499.blogspot.com)Rfid system(eee499.blogspot.com)
Rfid system(eee499.blogspot.com)
 
Radar 2009 a 12 clutter rejection basics and mti
Radar 2009 a 12 clutter rejection   basics and mtiRadar 2009 a 12 clutter rejection   basics and mti
Radar 2009 a 12 clutter rejection basics and mti
 
Hm3114401445
Hm3114401445Hm3114401445
Hm3114401445
 
Wireless Sensor Networks: Nothing is Out of Reach
Wireless Sensor Networks: Nothing is Out of ReachWireless Sensor Networks: Nothing is Out of Reach
Wireless Sensor Networks: Nothing is Out of Reach
 
Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)Introduction to Synthetic Aperture Radar (SAR)
Introduction to Synthetic Aperture Radar (SAR)
 
RadioVisor - A Slicing Plane for Radio Access Networks
RadioVisor - A Slicing Plane for Radio Access NetworksRadioVisor - A Slicing Plane for Radio Access Networks
RadioVisor - A Slicing Plane for Radio Access Networks
 
Smart Antenna for RFID Systems 2.55
Smart Antenna for RFID Systems 2.55Smart Antenna for RFID Systems 2.55
Smart Antenna for RFID Systems 2.55
 

Recently uploaded

Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
IES VE
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
XfilesPro
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
abdulrafaychaudhry
 
Accelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with PlatformlessAccelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with Platformless
WSO2
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
Ortus Solutions, Corp
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 

Recently uploaded (20)

Using IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New ZealandUsing IESVE for Room Loads Analysis - Australia & New Zealand
Using IESVE for Room Loads Analysis - Australia & New Zealand
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, BetterWebinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
Webinar: Salesforce Document Management 2.0 - Smarter, Faster, Better
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Lecture 1 Introduction to games development
Lecture 1 Introduction to games developmentLecture 1 Introduction to games development
Lecture 1 Introduction to games development
 
Accelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with PlatformlessAccelerate Enterprise Software Engineering with Platformless
Accelerate Enterprise Software Engineering with Platformless
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
Into the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdfInto the Box 2024 - Keynote Day 2 Slides.pdf
Into the Box 2024 - Keynote Day 2 Slides.pdf
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 

Hand Gesture Recognition for an Off-the-Shelf Radar by Electromagnetic Modeling and Inversion

Editor's Notes

  1. Bonjour à tous, merci d’être présents aujourd’hui. Je vais prendre une bonne demi-heure aujourd’hui pour vous donner une vue d’en sensemble du travail que j’ai effectué dans le cadre de ma thèse
  2. Technical reasons: Cheap, off-the-shelf, ultrawideband, multiple configurations possible, portable (no complex setup necessary), comes with an API (directly usable). Scientific: until now, used for material detection, wall scanning, movement detection, activity recognition (clerk activity), but not yet for gesture recognition + give examples (1 or 2 refs)
  3. Technical reasons: Cheap, off-the-shelf, ultrawideband, multiple configurations possible, portable (no complex setup necessary), comes with an API (directly usable). Scientific: until now, used for material detection, wall scanning, movement detection, activity recognition (clerk activity), but not yet for gesture recognition + give examples (1 or 2 refs)
  4. Technical reasons: Cheap, off-the-shelf, ultrawideband, multiple configurations possible, portable (no complex setup necessary), comes with an API (directly usable). Scientific: until now, used for material detection, wall scanning, movement detection, activity recognition (clerk activity), but not yet for gesture recognition + give examples (1 or 2 refs)
  5. Technical reasons: Cheap, off-the-shelf, ultrawideband, multiple configurations possible, portable (no complex setup necessary), comes with an API (directly usable). Scientific: until now, used for material detection, wall scanning, movement detection, activity recognition (clerk activity), but not yet for gesture recognition + give examples (1 or 2 refs)
  6. +/- 9 minutes
  7. make it more independent on sensor and environment
  8. Normalise radar data