Advanced Tech: X-ray Lithography

Earlier this week, I watched a fascinating TechTechPotato deep dive on advanced lithography. I recommend it if you have the time. Researchers have explored X-ray lithography for more than five decades, yet it has never entered mainstream chip production. Let me try throwing some light there.

Lithography transfers circuit patterns onto a light-sensitive resist on a silicon wafer. Today’s leading-edge systems use extreme ultraviolet, or EUV, light at 13.5nm. Conventional EUV optics have a numerical aperture of 0.33. High-NA EUV raises this to 0.55 and can resolve features around 8nm, but the scanner, masks and process control become harder. As features shrink further, manufacturers may again need multiple exposures for one layer. Shorter wavelengths provide another route. Moving towards 6-7nm radiation(called the Xray range) could offer finer resolution at the same numerical aperture and reduce some multi-patterning.

The trade-off starts with photon energy. A 13.5nm EUV photon carries about 92eV, while a 6.7nm photon carries about 185eV. At the same exposure dose, you therefore receive roughly half as many photons. That increases random variations in exposure, while higher-energy secondary electrons can spread through the resist and blur feature edges. The system also needs a powerful, stable source, efficient reflective optics, durable masks and near-nanometre overlay across many layers.

X-ray lithography has produced fine patterns and even functional circuits in research settings, but production tool must repeat the process across full 300mm wafers with extremely low defect density, precise overlay, high uptime and competitive throughput. Current EUV systems output around 230 wafers/hour. No commercial X-ray lithography platform currently operates in high-volume chip manufacturing. I think it remains a credible long-term frontier, but breakthroughs are still required across the board. For now, ASML’s EUV platform still remains the production benchmark.

If you liked the post, Share it with your friends!

Advanced Tech: Image SynthID Reversal

Last week we discussed SynthID and how it watermarks AI-generated content so specific detectors can identify it. Today I wanted to discuss a GitHub project by aloshdenny that claims to confuse Gemini’s SynthID image detector. I think its an interesting piece of akin to cracking software security by reverse engineering. Lets discuss how something like this can be done.

SynthID has an invisible image watermark that’s fundamentally a weak signal hidden inside pixels. In a normal mountain or portrait image, that signal is buried under texture, edges and color variation. So the method’s first move is to simplify the input. It uses plain Gemini images, like near-white or near-black frames. When the image content is almost flat, repeated hidden structure becomes easier to isolate by enhancing contrast and saturation. You can then amplify the residual, which means studying tiny pixel variation that should ideally stay invisible.

So now you have look at the image from the frequency domain PoV. An FFT views an image as slow and fast spatial patterns instead of only pixel values. If the watermark has repeated structure, it may show up as carrier-like energy at certain frequencies. Based on experimentation, these patterns change with resolution of created, and that phase consistency across simple images helps separate watermark-like signal from normal image content. That is the core idea.

The removal side is based on the same idea. Once they have isolated watermark-related frequency patterns, they apply small image transformations and spectral adjustments designed to weaken those patterns while keeping the image visually similar. This can reduce detector confidence. Its like adding noise to a pattern so that detector cant detect it accurately. These are for image creations, similar breaking patterns emerge for AI generated text too.

Google has disputed these claims, so I would not call this a full crack. Still, it is an interesting example of how AI watermarking is becoming a signal-processing challenge as much as an AI one. I think watermarking and watermark stress-testing will become an hot research area.

If you liked the post, Share it with your friends!
1 2 3 4 5