SlideShare a Scribd company logo
1 of 66
Energy Minimization with Label Costsand Model Fitting presented by   Yuri Boykov co-authors: Andrew Delong            Anton OsokinHossamIsack
Overview Standard models in vision      (focus on discrete case) MRF/CRF, weak-membrane, discontinuity-preserving... Information-based: MDL (Zhu&Yuille’96) ,   AIC/BIC (Li’07) Label costs and their optimization   LP-relaxations,  heuristics, α-expansion++ ,[object Object],dealing with infinite number of labels   ( PEARL ) Applications unsupervised image segmentation geometric model fitting (lines, circles, planes, homographies, ...) rigid motion estimation extensions…
Reconstruction in Vision: (a basic example)  I L observed noisy image I image labeling  L (restored intensities) I= { I1, I2 , ... , In } L= { L1, L2 , ... , Ln} How to compute L from I ?
Energy minimization(discrete approach) MRF framework weak membrane model(Geman&Geman’84, Blake&Zisserman’83,87) data fidelity spatial regularization discontinuity preserving potentials Blake&Zisserman’83,87
Optimization Convex regularization gradient descent works exact polynomial algorithms TV regularization a bit harder (non-differentiable) global minima algorithms (Ishikawa, Hochbaum, Nikolova et al.) Robust regularization NP-hard, many local minima good approximations (message passing, a-expansion)
Potts model(piece-wise constant labeling) Robust regularization NP-hard, many local minima provably good approximations (a-expansion) maxflow/mincut combinatorial algorithms
Right eye image Left eye image Potts model(piece-wise constant labeling) depth layers Robust regularization NP-hard, many local minima provably good approximations (a-expansion) maxflow/mincut combinatorial algorithms
Potts model(piece-wise constant labeling) C Robust regularization NP-hard, many local minima provably good approximations (a-expansion) maxflow/mincut combinatorial algorithms
Adding label costs Lippert[PAMI 89] MDL framework,  annealing Zhu and Yuille[PAMI 96] continuous formulation (gradient des  cent ) H. Li [CVPR 2007] AIC/BIC framework, only 1st and 3rd terms LP relaxation (no guarantees approximation) Our new work [CVPR 2010] , extended a-expansion  all 3 terms, 3rd term is represented as some high-order clique), optimality bound very fast heuristics for 1st & 3rd term  (facility location problem, 60-es) -  set of labels allowed at each point p
The rest of the talk… Why label costs?
Model fitting y=ax+b SSD
many outliers quadratic errors fail use more robust  error measures, e.g. gives “MEDIAN” line - more expensive computations (non-differentiable) - still fails if outliers exceed 50% RANSAC
many outliers sample randomly two points, get a line RANSAC
many outliers sample randomly two points, get a line 2.  count inliers for threshold T 10 inliers RANSAC
many outliers sample randomly two points, get a line 2.  count inliers for threshold T 30 inliers 3.  repeat N times and select model with most inliers RANSAC
Multiple models and many outliers Why not RANSAC again?
Multiple models and many outliers Higher  noise Why not RANSAC again? In general, maximization of inliers does not work for  outliers + multiple models
Energy-based approach energy-based interpretation  of  RANSACcriteria for single model fitting: - find optimal labelL for one very specific error measure
Energy-based approach If multiple models - assign different models (labels Lp) to every point p - find optimal labeling L = { L1, L2 , ... , Ln} Need regularization!
Energy-based approach If multiple models - assign different models (labels Lp) to every point p - find optimal labeling L = { L1, L2 , ... , Ln}
Energy-based approach If multiple models - assign different models (labels Lp) to every point p - find optimal labeling L = { L1, L2 , ... , Ln}        -  set of labels allowed at each point p
Energy-based approach If multiple models - assign different models (labels Lp) to every point p - find optimal labeling L = { L1, L2 , ... , Ln} Practical problem:  number of potential labels (models) is huge,                                how are we going to use a-expansion?
PEARL Propose Expand And Reestimate Labels data points
PEARL Propose Expand And Reestimate Labels sample data to generate a finite set  of initial labels data points + randomly sampled models
PEARL Propose Expand And Reestimate Labels a-expansion: minimize  E(L) segmentation for fixed set of labels models and inliers    (labeling L)
PEARL Propose Expand And Reestimate Labels reestimating labels in for given inliers minimizes  first term  of energy E(L) models and inliers    (labeling L)
PEARL Propose Expand And Reestimate Labels a-expansion: minimize  E(L) segmentation for fixed set of labels models and inliers    (labeling L)
PEARL Propose Expand And Reestimate Labels after  5 iterations iterate until convergence
PEARL can significantlyimprove initial models single line fitting with 80% outliers deviation   (from ground truth ) number of  initial samples
Comparison formulti-model fitting Low  noise original data points
Comparison formulti-model fitting Low  noise some generalization of RANSAC
Comparison formulti-model fitting Low  noise PEARL
Comparison formulti-model fitting High  noise original data points
Comparison formulti-model fitting High  noise Some generalization of RANSAC  (Multi-RANSAC, Zuliani et al. ICIP’05)
Comparison formulti-model fitting High  noise Other generalization of RANSAC  (J-linkage, Toldo & Fusiello, ECCV’08)
Comparison formulti-model fitting High  noise Hough transform Finding modes in Hough-space, e.g. via mean-shift (also maximizes the number of inliers)
Comparison formulti-model fitting High  noise PEARL
What other kinds of models?
Fitting circles regularization with label costs only Here spatial regularization does not work well
Fitting planes (homographies) Original image (one of 2 views)
Fitting planes (homographies) (a) Label costs only
Fitting planes (homographies) (b) Spatial regularity only
Fitting planes (homographies) (c) Spatial regularity + label costs
(unsupervised) Image Segmentation Original image
(unsupervised) Image Segmentation (a) Label costs only [Li, CVPR 2007]
(unsupervised) Image Segmentation (b) Spatial regularity only [Zabih&Kolmogorov CVPR 04]
(unsupervised) Image Segmentation Zhu and Yuille 96 used continuous variational formulation (gradient discent) (c) Spatial regularity + label costs
(unsupervised) Image Segmentation (c) Spatial regularity + label costs
(unsupervised) Image Segmentation Spatial regularity + label costs
(unsupervised) Image Segmentation Spatial regularity + label costs
(unsupervised) Image Segmentation Spatial regularity + label costs
(unsupervised) Image Segmentation Spatial regularity + label costs
(rigid)Motion Estimation 3 motions [Rene Vidal] Original image
(rigid)Motion Estimation 3 motions (a) Label costs only
(rigid)Motion Estimation 7 motions (b) Spatial regularity only
(rigid)Motion Estimation 3 motions (c) Spatial regularity + label costs
(rigid)Motion Estimation
(rigid)Motion Estimation
(rigid)Motion Estimation
Plane fitting
Plane fitting Note very small steps between each floor
Affine model fitting(from a rectified stereo pair) photoconsistency + smoothness dense model assignments to pixels  Birchfield & Tomasi’99 (fit initial models to output of other stereo algorithm + +  α-expansion  +  reestimation) geometric errors + smoothness+ label cost sparse model assignments to features PEARL (sample data + α-expansion + reestimation)
Duh...use right geometric error measure!!! “disparity” errors        d1 and d2   (bad idea!) “quatient”-based errors            d         (standard)
Affine model fitting(from a rectified stereo pair) photoconsistency + smoothness dense model assignments to pixels  Birchfield & Tomasi’99 (fit initial models to output of other stereo algorithm + +  α-expansion  +  reestimation) geometric errors + smoothness+ label cost sparse model assignments to features PEARL (sample data + α-expansion + reestimation)
Photoconsistency   vs. Geometric Alignment dense stereo photoconsistency optimization (Birchfield & Tomasi’99)
Photoconsistency   vs. Geometric Alignment sparse stereo sparse data geometric error minimization via PEARL

More Related Content

What's hot

Support Vector Machines (SVM)
Support Vector Machines (SVM)Support Vector Machines (SVM)
Support Vector Machines (SVM)FAO
 
Linear Hough TRansform
Linear Hough TRansformLinear Hough TRansform
Linear Hough TRansformvaibhavvpatil
 
Tailored Bregman Ball Trees for Effective Nearest Neighbors
Tailored Bregman Ball Trees for Effective Nearest NeighborsTailored Bregman Ball Trees for Effective Nearest Neighbors
Tailored Bregman Ball Trees for Effective Nearest NeighborsFrank Nielsen
 
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...iosrjce
 
Jagmohan presentation2008
Jagmohan presentation2008Jagmohan presentation2008
Jagmohan presentation2008Jag Mohan Singh
 
Metropolis Light Transport
Metropolis Light TransportMetropolis Light Transport
Metropolis Light TransportYimin Li
 
Robust Shape and Topology Optimization - Northwestern
Robust Shape and Topology Optimization - Northwestern Robust Shape and Topology Optimization - Northwestern
Robust Shape and Topology Optimization - Northwestern Altair
 
Edge Detection using Hough Transform
Edge Detection using Hough TransformEdge Detection using Hough Transform
Edge Detection using Hough TransformMrunal Selokar
 
Hough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamHough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamNazmul Islam
 
Evaluation of illumination uniformity metrics in design and optimization of ...
 Evaluation of illumination uniformity metrics in design and optimization of ... Evaluation of illumination uniformity metrics in design and optimization of ...
Evaluation of illumination uniformity metrics in design and optimization of ...Milan Maksimovic
 
Advanced Lighting Techniques Dan Baker (Meltdown 2005)
Advanced Lighting Techniques   Dan Baker (Meltdown 2005)Advanced Lighting Techniques   Dan Baker (Meltdown 2005)
Advanced Lighting Techniques Dan Baker (Meltdown 2005)mobius.cn
 
BALANCING BOARD MACHINES
BALANCING BOARD MACHINESBALANCING BOARD MACHINES
BALANCING BOARD MACHINESbutest
 
Optical modeling and design of freeform surfaces using anisotropic Radial Bas...
Optical modeling and design of freeform surfaces using anisotropic Radial Bas...Optical modeling and design of freeform surfaces using anisotropic Radial Bas...
Optical modeling and design of freeform surfaces using anisotropic Radial Bas...Milan Maksimovic
 

What's hot (20)

Asymptotic boundpresentation
Asymptotic boundpresentationAsymptotic boundpresentation
Asymptotic boundpresentation
 
Support Vector Machines (SVM)
Support Vector Machines (SVM)Support Vector Machines (SVM)
Support Vector Machines (SVM)
 
Linear Hough TRansform
Linear Hough TRansformLinear Hough TRansform
Linear Hough TRansform
 
Tailored Bregman Ball Trees for Effective Nearest Neighbors
Tailored Bregman Ball Trees for Effective Nearest NeighborsTailored Bregman Ball Trees for Effective Nearest Neighbors
Tailored Bregman Ball Trees for Effective Nearest Neighbors
 
Foreground Detection : Combining Background Subspace Learning with Object Smo...
Foreground Detection : Combining Background Subspace Learning with Object Smo...Foreground Detection : Combining Background Subspace Learning with Object Smo...
Foreground Detection : Combining Background Subspace Learning with Object Smo...
 
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
A Hough Transform Implementation for Line Detection for a Mobile Robot Self-N...
 
R04404112115
R04404112115R04404112115
R04404112115
 
Jagmohan presentation2008
Jagmohan presentation2008Jagmohan presentation2008
Jagmohan presentation2008
 
Metropolis Light Transport
Metropolis Light TransportMetropolis Light Transport
Metropolis Light Transport
 
Robust Shape and Topology Optimization - Northwestern
Robust Shape and Topology Optimization - Northwestern Robust Shape and Topology Optimization - Northwestern
Robust Shape and Topology Optimization - Northwestern
 
Edge Detection using Hough Transform
Edge Detection using Hough TransformEdge Detection using Hough Transform
Edge Detection using Hough Transform
 
Image Inpainting
Image InpaintingImage Inpainting
Image Inpainting
 
Hough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamHough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul Islam
 
Evaluation of illumination uniformity metrics in design and optimization of ...
 Evaluation of illumination uniformity metrics in design and optimization of ... Evaluation of illumination uniformity metrics in design and optimization of ...
Evaluation of illumination uniformity metrics in design and optimization of ...
 
Template matching03
Template matching03Template matching03
Template matching03
 
Advanced Lighting Techniques Dan Baker (Meltdown 2005)
Advanced Lighting Techniques   Dan Baker (Meltdown 2005)Advanced Lighting Techniques   Dan Baker (Meltdown 2005)
Advanced Lighting Techniques Dan Baker (Meltdown 2005)
 
BALANCING BOARD MACHINES
BALANCING BOARD MACHINESBALANCING BOARD MACHINES
BALANCING BOARD MACHINES
 
Optical modeling and design of freeform surfaces using anisotropic Radial Bas...
Optical modeling and design of freeform surfaces using anisotropic Radial Bas...Optical modeling and design of freeform surfaces using anisotropic Radial Bas...
Optical modeling and design of freeform surfaces using anisotropic Radial Bas...
 
Frequency-domain Finite-difference modelling by plane wave interpolation
Frequency-domain Finite-difference modelling by plane wave interpolationFrequency-domain Finite-difference modelling by plane wave interpolation
Frequency-domain Finite-difference modelling by plane wave interpolation
 
Noise Models
Noise ModelsNoise Models
Noise Models
 

Viewers also liked

Viewers also liked (12)

RESUME-Venkataraman final
RESUME-Venkataraman finalRESUME-Venkataraman final
RESUME-Venkataraman final
 
CV_Virginie_Bourgery_2017
CV_Virginie_Bourgery_2017CV_Virginie_Bourgery_2017
CV_Virginie_Bourgery_2017
 
La interfaz
La interfazLa interfaz
La interfaz
 
Best stock advisory
Best stock advisoryBest stock advisory
Best stock advisory
 
portafolio
portafolioportafolio
portafolio
 
software-vulnerability-detectionPresentation
software-vulnerability-detectionPresentationsoftware-vulnerability-detectionPresentation
software-vulnerability-detectionPresentation
 
Freire trabajo de internett (1)
Freire trabajo de internett (1)Freire trabajo de internett (1)
Freire trabajo de internett (1)
 
Cтатистика, грудень 2015 року
Cтатистика, грудень 2015 рокуCтатистика, грудень 2015 року
Cтатистика, грудень 2015 року
 
Data servis misión
Data servis misiónData servis misión
Data servis misión
 
Измеряя неизмеримое. Об исследованиях в психотерапии
Измеряя неизмеримое. Об исследованиях в психотерапииИзмеряя неизмеримое. Об исследованиях в психотерапии
Измеряя неизмеримое. Об исследованиях в психотерапии
 
LINEAMIENTOS GENERALES "Fiesta de la Lectura"
LINEAMIENTOS GENERALES "Fiesta de la Lectura"LINEAMIENTOS GENERALES "Fiesta de la Lectura"
LINEAMIENTOS GENERALES "Fiesta de la Lectura"
 
Specific phobia
Specific phobiaSpecific phobia
Specific phobia
 

Similar to 20100822 computervision boykov

SVD and the Netflix Dataset
SVD and the Netflix DatasetSVD and the Netflix Dataset
SVD and the Netflix DatasetBen Mabey
 
My PhD defence
My PhD defenceMy PhD defence
My PhD defenceJialin LIU
 
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...GlobalLogic Ukraine
 
Toward a Unified Approach to Fitting Loss Models
Toward a Unified Approach to Fitting Loss ModelsToward a Unified Approach to Fitting Loss Models
Toward a Unified Approach to Fitting Loss ModelsJacques Rioux
 
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...CARI-2020, Application of LSTM architectures for next frame forecasting in Se...
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...Mokhtar SELLAMI
 
Using HOG Descriptors on Superpixels for Human Detection of UAV Imagery
Using HOG Descriptors on Superpixels for Human Detection of UAV ImageryUsing HOG Descriptors on Superpixels for Human Detection of UAV Imagery
Using HOG Descriptors on Superpixels for Human Detection of UAV ImageryWai Nwe Tun
 
Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testingSteven Li
 
IGARSSWellLog_Vancouver_07_29.pptx
IGARSSWellLog_Vancouver_07_29.pptxIGARSSWellLog_Vancouver_07_29.pptx
IGARSSWellLog_Vancouver_07_29.pptxgrssieee
 
AHF_IDETC_2011_Jie
AHF_IDETC_2011_JieAHF_IDETC_2011_Jie
AHF_IDETC_2011_JieMDO_Lab
 
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapes
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapesIEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapes
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapesIEEEBEBTECHSTUDENTPROJECTS
 
NIPS2007: structured prediction
NIPS2007: structured predictionNIPS2007: structured prediction
NIPS2007: structured predictionzukun
 
Efficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input DataEfficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input Dataymelka
 
모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로
모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로 모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로
모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로 r-kor
 
NEURAL Network Design Training
NEURAL Network Design  TrainingNEURAL Network Design  Training
NEURAL Network Design TrainingESCOM
 

Similar to 20100822 computervision boykov (20)

Compact 3 d_resist_models_general
Compact 3 d_resist_models_generalCompact 3 d_resist_models_general
Compact 3 d_resist_models_general
 
SVD and the Netflix Dataset
SVD and the Netflix DatasetSVD and the Netflix Dataset
SVD and the Netflix Dataset
 
deep CNN vs conventional ML
deep CNN vs conventional MLdeep CNN vs conventional ML
deep CNN vs conventional ML
 
My PhD defence
My PhD defenceMy PhD defence
My PhD defence
 
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
GlobalLogic Machine Learning Webinar “Advanced Statistical Methods for Linear...
 
Toward a Unified Approach to Fitting Loss Models
Toward a Unified Approach to Fitting Loss ModelsToward a Unified Approach to Fitting Loss Models
Toward a Unified Approach to Fitting Loss Models
 
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...CARI-2020, Application of LSTM architectures for next frame forecasting in Se...
CARI-2020, Application of LSTM architectures for next frame forecasting in Se...
 
Real Time Geodemographics
Real Time GeodemographicsReal Time Geodemographics
Real Time Geodemographics
 
Using HOG Descriptors on Superpixels for Human Detection of UAV Imagery
Using HOG Descriptors on Superpixels for Human Detection of UAV ImageryUsing HOG Descriptors on Superpixels for Human Detection of UAV Imagery
Using HOG Descriptors on Superpixels for Human Detection of UAV Imagery
 
SASA Presentation 2013
SASA Presentation 2013SASA Presentation 2013
SASA Presentation 2013
 
Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testing
 
IGARSSWellLog_Vancouver_07_29.pptx
IGARSSWellLog_Vancouver_07_29.pptxIGARSSWellLog_Vancouver_07_29.pptx
IGARSSWellLog_Vancouver_07_29.pptx
 
AHF_IDETC_2011_Jie
AHF_IDETC_2011_JieAHF_IDETC_2011_Jie
AHF_IDETC_2011_Jie
 
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapes
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapesIEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapes
IEEE 2014 MATLAB IMAGE PROCESSING PROJECTS Tension in active shapes
 
337
337337
337
 
ML_in_QM_JC_02-10-18
ML_in_QM_JC_02-10-18ML_in_QM_JC_02-10-18
ML_in_QM_JC_02-10-18
 
NIPS2007: structured prediction
NIPS2007: structured predictionNIPS2007: structured prediction
NIPS2007: structured prediction
 
Efficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input DataEfficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input Data
 
모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로
모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로 모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로
모듈형 패키지를 활용한 나만의 기계학습 모형 만들기 - 회귀나무모형을 중심으로
 
NEURAL Network Design Training
NEURAL Network Design  TrainingNEURAL Network Design  Training
NEURAL Network Design Training
 

More from Computer Science Club

20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugs20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugsComputer Science Club
 
20140531 serebryany lecture02_find_scary_cpp_bugs
20140531 serebryany lecture02_find_scary_cpp_bugs20140531 serebryany lecture02_find_scary_cpp_bugs
20140531 serebryany lecture02_find_scary_cpp_bugsComputer Science Club
 
20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugs20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugsComputer Science Club
 
20140511 parallel programming_kalishenko_lecture12
20140511 parallel programming_kalishenko_lecture1220140511 parallel programming_kalishenko_lecture12
20140511 parallel programming_kalishenko_lecture12Computer Science Club
 
20140427 parallel programming_zlobin_lecture11
20140427 parallel programming_zlobin_lecture1120140427 parallel programming_zlobin_lecture11
20140427 parallel programming_zlobin_lecture11Computer Science Club
 
20140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture1020140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture10Computer Science Club
 
20140413 parallel programming_kalishenko_lecture09
20140413 parallel programming_kalishenko_lecture0920140413 parallel programming_kalishenko_lecture09
20140413 parallel programming_kalishenko_lecture09Computer Science Club
 
20140329 graph drawing_dainiak_lecture02
20140329 graph drawing_dainiak_lecture0220140329 graph drawing_dainiak_lecture02
20140329 graph drawing_dainiak_lecture02Computer Science Club
 
20140329 graph drawing_dainiak_lecture01
20140329 graph drawing_dainiak_lecture0120140329 graph drawing_dainiak_lecture01
20140329 graph drawing_dainiak_lecture01Computer Science Club
 
20140310 parallel programming_kalishenko_lecture03-04
20140310 parallel programming_kalishenko_lecture03-0420140310 parallel programming_kalishenko_lecture03-04
20140310 parallel programming_kalishenko_lecture03-04Computer Science Club
 
20140216 parallel programming_kalishenko_lecture01
20140216 parallel programming_kalishenko_lecture0120140216 parallel programming_kalishenko_lecture01
20140216 parallel programming_kalishenko_lecture01Computer Science Club
 

More from Computer Science Club (20)

20141223 kuznetsov distributed
20141223 kuznetsov distributed20141223 kuznetsov distributed
20141223 kuznetsov distributed
 
Computer Vision
Computer VisionComputer Vision
Computer Vision
 
20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugs20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugs
 
20140531 serebryany lecture02_find_scary_cpp_bugs
20140531 serebryany lecture02_find_scary_cpp_bugs20140531 serebryany lecture02_find_scary_cpp_bugs
20140531 serebryany lecture02_find_scary_cpp_bugs
 
20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugs20140531 serebryany lecture01_fantastic_cpp_bugs
20140531 serebryany lecture01_fantastic_cpp_bugs
 
20140511 parallel programming_kalishenko_lecture12
20140511 parallel programming_kalishenko_lecture1220140511 parallel programming_kalishenko_lecture12
20140511 parallel programming_kalishenko_lecture12
 
20140427 parallel programming_zlobin_lecture11
20140427 parallel programming_zlobin_lecture1120140427 parallel programming_zlobin_lecture11
20140427 parallel programming_zlobin_lecture11
 
20140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture1020140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture10
 
20140413 parallel programming_kalishenko_lecture09
20140413 parallel programming_kalishenko_lecture0920140413 parallel programming_kalishenko_lecture09
20140413 parallel programming_kalishenko_lecture09
 
20140329 graph drawing_dainiak_lecture02
20140329 graph drawing_dainiak_lecture0220140329 graph drawing_dainiak_lecture02
20140329 graph drawing_dainiak_lecture02
 
20140329 graph drawing_dainiak_lecture01
20140329 graph drawing_dainiak_lecture0120140329 graph drawing_dainiak_lecture01
20140329 graph drawing_dainiak_lecture01
 
20140310 parallel programming_kalishenko_lecture03-04
20140310 parallel programming_kalishenko_lecture03-0420140310 parallel programming_kalishenko_lecture03-04
20140310 parallel programming_kalishenko_lecture03-04
 
20140223-SuffixTrees-lecture01-03
20140223-SuffixTrees-lecture01-0320140223-SuffixTrees-lecture01-03
20140223-SuffixTrees-lecture01-03
 
20140216 parallel programming_kalishenko_lecture01
20140216 parallel programming_kalishenko_lecture0120140216 parallel programming_kalishenko_lecture01
20140216 parallel programming_kalishenko_lecture01
 
20131106 h10 lecture6_matiyasevich
20131106 h10 lecture6_matiyasevich20131106 h10 lecture6_matiyasevich
20131106 h10 lecture6_matiyasevich
 
20131027 h10 lecture5_matiyasevich
20131027 h10 lecture5_matiyasevich20131027 h10 lecture5_matiyasevich
20131027 h10 lecture5_matiyasevich
 
20131027 h10 lecture5_matiyasevich
20131027 h10 lecture5_matiyasevich20131027 h10 lecture5_matiyasevich
20131027 h10 lecture5_matiyasevich
 
20131013 h10 lecture4_matiyasevich
20131013 h10 lecture4_matiyasevich20131013 h10 lecture4_matiyasevich
20131013 h10 lecture4_matiyasevich
 
20131006 h10 lecture3_matiyasevich
20131006 h10 lecture3_matiyasevich20131006 h10 lecture3_matiyasevich
20131006 h10 lecture3_matiyasevich
 
20131006 h10 lecture3_matiyasevich
20131006 h10 lecture3_matiyasevich20131006 h10 lecture3_matiyasevich
20131006 h10 lecture3_matiyasevich
 

20100822 computervision boykov