Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is modeled as a graphical model, which implements dependencies between the predictions. Graph choice depends on the application, for example linear chain CRFs are popular in natural language processing, whereas in image-based tasks, the graph would connect to neighboring locations in an image to enforce that they have similar predictions.
Image Credit: Charles Sutton and Andrew McCallum, An Introduction to Conditional Random Fields
Paper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Semantic Segmentation | 100 | 10.42% |
Named Entity Recognition (NER) | 65 | 6.77% |
NER | 45 | 4.69% |
Image Segmentation | 37 | 3.85% |
Sentence | 30 | 3.13% |
General Classification | 23 | 2.40% |
Object Detection | 18 | 1.88% |
Part-Of-Speech Tagging | 17 | 1.77% |
Object | 16 | 1.67% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |