Face Analysis based on Deep Learning

Face Analysis based on Deep Learning#

With the advancement of deep learning technology, the performance of face analysis has also improved.
I will introduce a high-performing open-source face analysis library and explain how to use it.

InsightFace: 2D and 3D Face Analysis Project#

※ License : Please refer to the above site !

Here, we share various models, and I would like to introduce the buffalo_l model pack.
buffalo_l provides blob box, key points, detection score, landmark 2D/3D, gender, age, embedding, and pose information.
 
I will demonstrate the process of face analysis using Python.

Pay-as-you-go ChatGPT

Using the Paid Version of ChatGPT Affordably via API#

Background/Problem#

To use the paid version of Chat GPT offered by OpenAI, a monthly subscription fee of $20 is required.
(As of June 2024, this amounts to approximately 30,000 KRW when applying the exchange rate for South Korea.)
Paying $20 every month can feel expensive for those with low usage.

Improvement#

To address this issue, I will explain a simple coding method that allows for pay-as-you-go usage.
OpenAI provides an API for the Chat Bot, which operates on a pay-as-you-go basis.
Therefore, if your monthly usage is low, using the API can be more cost-effective than subscribing.

LoRA

LoRA (Low-Rank Adaptation)#

LoRA is one of the PEFT (Parameter-Efficient Fine-Tuning) techniques.
This technique efficiently fine-tunes large pre-trained models for specific tasks.

(The following content is referenced from the paper “LoRA: Low-Rank Adaptation of Large Language Models.”)

Background/Problem#

Models like LLM (Large Language Models) have an extremely large number of parameters.
For example, the llama3 model, released in April 2024, has about 70 billion parameters and a file size of over 40GB, with many models being even larger.
Full fine-tuning of such large models requires high-performance GPUs and considerable training time.
Additionally, fully fine-tuning the base model may potentially degrade the fundamental performance learned during pretraining.

Surging DRAM Demand

Memory Manufacturers Are Raking In Money#

Samsung Electronics, SK Hynix, and Micron are the world’s three largest memory manufacturers. They generate huge operating profits by producing and selling DRAM. As of December 2025, DRAM demand has surged so much that they reportedly cannot keep up with supply. In other words, DRAM makers are raking in money, and this trend is expected to continue for the foreseeable future. What exactly is DRAM, and why has its demand suddenly skyrocketed? Let me explain why.

Image editing

Letting AI Edit Images#

Is AI good at editing images?#

Editing images, such as removing specific objects or changing their colors, has become an area where AI excels.
Let’s take a look at how well it performs.
The image on the left is the original, and the one on the right has been modified by AI.

  • Sample 1
    Prompt : “Please remove the apple from the picture.”

The AI smoothly erased the apple as follows.
AI image editing sample 1 - removing an apple