Samsung · Filed Apr 15, 2026 · Published Aug 27, 2026 · verified — real USPTO data

Samsung Patents a Fix That Stops Augmented Reality From Misreading Hand Gestures

Hand-tracking systems sometimes place finger-joint markers in the wrong spot, floating outside the actual hand outline. Samsung has filed a patent for a method that rotates those stray markers back onto the hand's edge, correcting the pose before the device acts on it.

Samsung Patent: Fixing Hand Pose Detection Errors — figure from US 2026/0253443 A1
Figure from the official USPTO publication.
See all 9 drawings from this filing ↓
Publication number US 2026/0253443 A1
Applicant Samsung Electronics Co., Ltd.
Filing date Apr 15, 2026
Publication date Aug 27, 2026
Inventors Green Rosh K S, Bindigan Hariprasanna Pawan PRASAD, Vishakha S R, Prateek KUKREJA, Akula JAYAPRAKASH, Shubham Mallik THAKUR, Meghana SHANKAR, Sagar PARMAR, Mukesh JHA, Sungsoo CHOI, Hyuntaek WOO, Chaeeun LEE, Beomsu KIM
CPC classification 382/201
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (May 21, 2026)
Parent application is a Continuation of PCTKR2024020724 (filed 2024-12-19)
Document 15 claims

How Samsung's hand-tracking fix actually works

Ever tried to wave or pinch at a camera-controlled device, only to have it misread your gesture entirely? That kind of error often starts deep in the software, when the system marks where your finger joints are but places one of those markers slightly outside the detected outline of your hand.

Samsung's patent describes a method to catch and correct that mistake automatically. The system draws a map of your hand from a camera image, then places dozens of small markers at key joint positions. If any marker lands outside the hand's outline, the system finds the nearest in-bounds marker, uses it as a pivot point, and rotates the stray marker in a small arc until it lands right on the hand's edge. The corrected marker set is then used to read your hand pose.

The goal is more reliable gesture recognition without asking the camera or the AI model to do extra work. It's a cleanup step that runs after the initial detection, tidying up small errors before they cause your device to misread a pinch as a swipe, or ignore a gesture altogether.

From the filing · CLAIM 1
… identifying ( 504 ) at least one offset key point ( 314 , kp 1 ) from the plurality of key points ( 302 ) that are located outside the hand map ( 300 ) …

Translation: The software detects tracking points that drift away and end up outside the detected hand shape.

How the rotation step snaps stray joints back in place

The patent describes a pipeline with four distinct stages that run after a standard hand-detection model produces its initial output.

Stage 1 - Map and keypoint generation: The system takes a camera image of a hand and produces two outputs at once: a hand map (a filled silhouette showing exactly where the hand's pixels are) and a set of key points (coordinates marking joints like knuckle tips and wrist positions, typically 21 points following hand-skeleton conventions).

Stage 2 - Offset key point identification: The system checks each key point against the hand map. Any point that falls outside the silhouette is flagged as an offset key point. This can happen when the detection model slightly misjudges a joint's location, especially near the fingertips or along the hand's edge.

Stage 3 - Rotation and snapping: For each stray point, the system finds the reference key point that is semantically closest (meaning it's the nearest joint that is already inside the map, typically the adjacent knuckle). It then rotates the stray point in an arc around that reference point until the arc crosses the hand map's boundary. The crossing point becomes the corrected position.

  • The rotation keeps the distance between the two points constant, preserving the natural bone-length relationship.
  • The intersection with the map boundary is the new, corrected key point location.
  • A final shifting step moves the point to that boundary position before the pose is generated.

The corrected full set of key points is then fed into the hand-pose generation module, which outputs the final pose label or skeleton used by whatever application needs it.

From the filing · THE ABSTRACT
… rotates the offset key point ( 314 , kp 1 ) to a new position at an intersection of the path of the rotation and the hand map ( 300 ) …

Translation: It swings the errant tracking point back until it lands neatly on the boundary of the hand map.

What this means for gesture-controlled Samsung devices

For any Samsung device that uses hand or finger gestures, such as smart glasses, mixed-reality headsets, or camera-equipped smartphones, the accuracy of hand tracking directly affects how reliable and frustrating-free the experience feels. A pose-correction step like this one could reduce the rate of misread gestures without requiring a more powerful or power-hungry detection model underneath.

The approach also signals where Samsung is investing engineering effort in its gesture-input stack, sitting between the raw AI model output and the application layer. That middle-layer correction strategy shows up in a number of latest Big Tech patents covering computer vision for wearable and AR devices, suggesting companies are finding that cleaning up model outputs is often cheaper than retraining the models themselves.

This is the 36th Samsung filing we've tracked since May in the AR glasses race, after one on auto-deleting stale AR frames and another on dropping redundant video data.

Editorial take

The fix works by swinging a misplaced finger joint in an arc around its nearest neighbor until it lands back on the hand outline. The hidden cost is that the whole correction trusts that nearest neighbor is itself correct. If two joints are off at once, the system pivots off a bad anchor and can land somewhere worse than where it started.

That failure is most likely during fast movement or awkward angles, which are precisely the moments a gesture-based device needs to be most reliable. As a patch applied after the main detection, this earns its place when the alternative is a gesture system that feels untrustworthy in daily use.

For calm, well-lit conditions it almost certainly holds, but in a product where a misread gesture skips a command or misfires a payment, the edge cases start to matter a great deal.

There are more where this came from

We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.

The drawings

9 drawing sheets from US 2026/0253443 A1 · click any drawing to enlarge

Patent filing page

Source. Full patent text and figures from the official USPTO publication PDF.