F-REC
Active
BE-LUX Cooperation
January 2025 December 2027
36 months
Charles Beumier, Thibault Debatty
AI
Beyond the national defense, the army is the mirror image of the country, its defense, and as such, professionalism, credibility, and reputation are of utmost importance. A public show of force are official ceremonies, parades, and the celebration of the national day, and many other events. These appearances symbolize the nation’s strength, resilience, and commitment to its values.
During public events such as parades and ceremonies, army members are often photographed. The photos are then published in newspapers, magazines, and on social media. Although this practice is good for publicity, it creates a risk for the members of the army and the army’s activities in general.
How members of the army personnel can be identified? Military members can be present on social media platforms (with their own private profile or through profiles of family members or friends). With new advances in artificial intelligence, an adversary could identify a large number of military personnel in an automated fashion. An adversary could take official pictures of army members that are publicly shared and match them with social media profiles to retrieve additional information (e.g., name, address, friends, and family details).
If malicious actors retrieve such private information, the army personnel can face several apparent risks, such as:
The primary objective of this project is to devise new adversarial AI methods to make the facial recognition of members of the army more difficult. To that end, the following research directions will be explored:
If you are using Neovim, you have likely come across the plugin Code Companion. This plugin allows you to integrate Large Language Models (LLMs) into Neovim, much like you would expect from any modern IDE.
ReadIn a previous blog post I have explained how to use Zed AI-powered code assistant with a local instance of Ollama. In this blog post, I will show how to set up Zed with a remote instance of Open WebUI. This will allow you to access the full power of Open WebUI’s models directly from the Zed interface.
ReadRunning a local Large Language Model (LLM) is sometimes something we want to avoid being fully dependent on the big AI actors, such as OpenAI, Anthropic, and Google, and so on.
ReadAs developers, we’re constantly looking for ways to boost our productivity and efficiency. One of the most exciting advancements in recent years is the emergence of AI-powered coding assistants. In this post, we’ll explore a powerful trio of tools that can revolutionize the way you write code, while keeping your code and data fully local: Ollama, gpt-oss, and Zed.
Read