Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 5.12 KB

File metadata and controls

55 lines (47 loc) · 5.12 KB

Unit 04: Microstructure Representations (Suggested Slide Deck Outline)

This document contains a suggested 50-slide structure for the unit04_microstructure_representations lecture, focusing on state-of-the-art applications of Convolutional Neural Networks (CNNs) in materials science.


Part 1: Introduction & The Representation Problem (Slides 1–12)

  • Slides 1-3: Introduction & Recap
    • Title, learning objectives.
    • Brief recap: You know how CNNs work mathematically (from the previous course). Now, how do we use them to represent materials?
  • Slides 4-7: The Limits of Traditional Representations
    • Classical descriptors: $n$-point correlation functions, chord lengths, grain size distributions.
    • The problem: They are computationally heavy for 3D, often lose topological context, and struggle with morphologically complex phases (e.g., bainite vs. martensite).
  • Slides 8-12: CNNs as Feature Extractors
    • Concept: How the convolution filters inherently capture local textures and global topology.
    • Concrete Example: Convolutional Autoencoders (CAEs). Show how high-dimensional micrographs can be compressed into a low-dimensional "latent space" vector, which serves as a highly efficient, data-driven microstructure representation.

Part 2: Application 1 – Advanced Semantic Segmentation (Slides 13–22)

  • Slides 13-15: Beyond Basic Thresholding
    • Why Otsu's method and manual thresholding fail on noisy, low-contrast microscopy (SEM, EBSD).
  • Slides 16-19: U-Net Architecture in Materials
    • Introduce the U-Net topology (Encoder-Decoder with skip connections) and why it excels with the limited datasets typical in materials science.
  • Slides 20-22: Concrete Examples
    • Example 1: Phase Segmentation in X-ray Micrographs. Highlighting works (like Galvez-Hernandez & Kratz, 2023) that use U-Net variants to rapidly segment composite materials, outperforming traditional algorithms.
    • Example 2: Al-Si Alloy Analysis. Using CNNs to automate microstructural measurements where phases share similar greyscale values but differ in texture.

Part 3: Application 2 – Structure-Property Linkages (Slides 23–32)

  • Slides 23-25: The Surrogate Modeling Paradigm
    • The bottleneck of physics-based simulations (e.g., Finite Element Analysis, Phase-Field).
    • Concept: Training a CNN to replace the physics solver by directly mapping the image to a property.
  • Slides 26-29: Predicting Scalar Properties
    • Concrete Example: A. Cecen et al. (Acta Materialia, 2018). Using 3D CNNs to predict the effective elastic properties of high-contrast composites. The CNN outperforms 2-point spatial correlations because it captures complex, non-linear spatial patterns.
  • Slides 30-32: Predicting Complex Behaviors
    • Concrete Example: C. Yang et al. (Materials & Design, 2020). Going beyond a single value (like Young's Modulus) to predict the entire stress-strain curve of a composite directly from its microstructure, capturing plastic deformation and failure.

Part 4: Application 3 – In-Situ Monitoring & Additive Manufacturing (Slides 33–40)

  • Slides 33-35: The Challenge of Additive Manufacturing (AM)
    • Extreme cooling rates lead to complex, unpredictable microstructures and defects (porosity, lack-of-fusion).
  • Slides 36-40: Real-Time Melt Pool Monitoring
    • Concrete Example 1: Classification for Control. Yang et al. (2019/2022) developed a CNN to classify melt pool images in real-time (0.34 ms per image) with 91% accuracy, enabling closed-loop control to adjust laser power on the fly.
    • Concrete Example 2: Porosity Prediction. Ho et al. (2022) utilized Residual-recurrent CNNs to analyze the temporal evolution of the melt pool and predict internal porosity in thin-wall structures before the part is even finished.

Part 5: Application 4 – Generative Microstructures (Slides 41–48)

  • Slides 41-43: Introduction to Generative Adversarial Networks (GANs)
    • How a Generator and Discriminator compete to create synthetic, yet statistically realistic, micrographs.
  • Slides 44-46: Computational Screening & Inverse Design
    • Concrete Example: Generating massive libraries of synthetic microstructures (e.g., solid oxide fuel cell electrodes by Hsu et al., 2020). These GAN-generated structures capture complex topology better than traditional stochastic methods and are used to screen for optimal transport properties.
  • Slides 47-48: 3D Reconstruction from 2D
    • Concrete Example: Architectures like SliceGAN, which take a single 2D representative SEM slice and generate a full, statistically equivalent 3D volume, providing a cheap alternative to expensive X-ray computed tomography (XCT).

Part 6: Summary & Outlook (Slides 49–50)

  • Slide 49: Summary
    • CNNs are not just classifiers; they are powerful tools for dimensionality reduction, surrogate modeling, process control, and generative design.
  • Slide 50: Future Outlook & Questions
    • Open challenges (data scarcity, physics-informed neural networks).