Patch2Self_MATLAB

버전 1.0.0 (2.5 KB) 작성자: Kaibo Tang
Unofficial re-implementation of Patch2Self in MATLAB
다운로드 수: 7
업데이트 날짜: 2024/6/16

Unofficial Re-implementation of Patch2Self in MATLAB

  • Only support OLS and Ridge regression

    • Internally solves the corresponding normal equations using mldivide
    • For OLS: beta = (X.' * X) \ (X.' * y); i.e., <math-renderer class="js-inline-math" style="display: inline" data-static-url="https://github.githubassets.com/static" data-run-id="302c3460819fce4a8c96515b54de3b1c">$$\min_\beta (X^TX)^{-1}X^Ty$$</math-renderer>
    • For Ridge regression: beta = (X.' * X + alpha * eye(size(X, 2))) \ (X.' * y); i.e., <math-renderer class="js-inline-math" style="display: inline" data-static-url="https://github.githubassets.com/static" data-run-id="302c3460819fce4a8c96515b54de3b1c">$$\min_\beta (X^TX + \alpha I)^{-1}X^Ty$$</math-renderer>
  • Does not support clip_negative_vals, shift_intensity, verbose (yet)

  • Caution: I haven't thoroughly tested the code. Feel free to try it out and let me know if the performance is equivalent to that of the official implementation.

References

[Fadnavis20] S. Fadnavis, J. Batson, E. Garyfallidis, Patch2Self: Denoising Diffusion MRI with Self-supervised Learning, Advances in Neural Information Processing Systems 33 (2020)

Adopted from

Patch2Self (DIPY)

인용 양식

Kaibo Tang (2026). Patch2Self_MATLAB (https://github.com/kvttt/Patch2Self_MATLAB), GitHub. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.