Friday, June 27, 2025
32.9 C
Singapore

Malaysia auxiliary police are using a facial recognition surveillance technology used in China

The facial recognition technology is built by YITU, a company that is used in tourist locations and ports in China

 

Malaysia’s auxiliary police force, which usually refers to part-time or reserve cops, are integrating a body camera that includes a powerful facial-recognition technology built by China’s YITU Technology.

According to the Nikkei Asian Review, YITU can flip through a database of 1.8 billion people and identify a single person within three seconds. The reported accuracy rate is 95 per cent.

Currently, the technology will be used to review on-body camera footage and identify a person after an incident. The police force has been using the technology since February.

Dato’ Rosmadi Bin Ghazali, the CEO of Auxiliary Force Sdn. Bhd., said they plan on expanding the use of technology to include real-time alerts if someone of interest is in the general area.

“This is a significant step forward for us as we leverage artificial intelligence to increase public safety and security. Looking ahead, AFSB also intends to expand the capabilities of our body-worn camera system to include real-time facial recognition and instant alerts to the presence of persons of interest from criminal watchlists,” he said.

See also  DBS Bank’s Neal Cross steps down

Also Read: Asia VC Cast with Andy Choi from Kakao Ventures

In January, YITU opened an office in Singapore with the intention of expanding its presence in Southeast Asia. Other partners/customers listed on the company’s website include Changi Airport and two security companies called Chubb Technologies and Certis.

YITU also has ambitions to expand into Hong Kong/Macau and the Oceania region.

In China, YITU’s technology has been rolled-out in tourist areas and ports — areas deemed to have higher security risks than most places.

China has gathered a lot of attention recently for its facial recognition technology as it has become a focus of government policy. Recently, stories such as the man who was identified by police amongst a crowd of 60,000 people have become commonplace.

Also Read: The Story of You with Homage Co-founder and CEO Gillian Tee

In Singapore, the city-state seems likely to install facial recognition technology onto lampposts that will be used to monitor its residents.

See also  Today’s top tech news, April 23: AT&T’s 5G marketing madness is confusing the hell out of customers

Copyright: trots1905 / 123RF Stock Photo

The post Malaysia auxiliary police are using a facial recognition surveillance technology used in China appeared first on e27.

Source: e27

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });