Image segmentationIn and computer vision, image segmentation is the process of partitioning a into multiple image segments, also known as image regions or image objects (sets of pixels). The goal of segmentation is to simplify and/or change the representation of an image into something that is more meaningful and easier to analyze. Image segmentation is typically used to locate objects and boundaries (lines, curves, etc.) in images. More precisely, image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain characteristics.
Object co-segmentationIn computer vision, object co-segmentation is a special case of , which is defined as jointly segmenting semantically similar objects in multiple images or video frames. It is often challenging to extract segmentation masks of a target/object from a noisy collection of images or video frames, which involves object discovery coupled with . A noisy collection implies that the object/target is present sporadically in a set of images or the object/target disappears intermittently throughout the video of interest.
Cerebral edemaCerebral edema is excess accumulation of fluid (edema) in the intracellular or extracellular spaces of the brain. This typically causes impaired nerve function, increased pressure within the skull, and can eventually lead to direct compression of brain tissue and blood vessels. Symptoms vary based on the location and extent of edema and generally include headaches, nausea, vomiting, seizures, drowsiness, visual disturbances, dizziness, and in severe cases, coma and death.
Cerebral circulationCerebral circulation is the movement of blood through a network of cerebral arteries and veins supplying the brain. The rate of cerebral blood flow in an adult human is typically 750 milliliters per minute, or about 15% of cardiac output. Arteries deliver oxygenated blood, glucose and other nutrients to the brain. Veins carry "used or spent" blood back to the heart, to remove carbon dioxide, lactic acid, and other metabolic products. The neurovascular unit regulates cerebral blood flow so that activated neurons can be supplied with energy in the right amount and at the right time.
Graph cuts in computer visionAs applied in the field of computer vision, graph cut optimization can be employed to efficiently solve a wide variety of low-level computer vision problems (early vision), such as , the stereo correspondence problem, , object co-segmentation, and many other computer vision problems that can be formulated in terms of energy minimization. Many of these energy minimization problems can be approximated by solving a maximum flow problem in a graph (and thus, by the max-flow min-cut theorem, define a minimal cut of the graph).
Cerebral venous sinus thrombosisCerebral venous sinus thrombosis (CVST), cerebral venous and sinus thrombosis or cerebral venous thrombosis (CVT), is the presence of a blood clot in the dural venous sinuses (which drain blood from the brain), the cerebral veins, or both. Symptoms may include severe headache, visual symptoms, any of the symptoms of stroke such as weakness of the face and limbs on one side of the body, and seizures, which occur in around 40% of patients.
Intracranial aneurysmAn intracranial aneurysm, also known as a cerebral aneurysm, is a cerebrovascular disorder in which weakness in the wall of a cerebral artery or vein causes a localized dilation or ballooning of the blood vessel. Aneurysms in the posterior circulation (basilar artery, vertebral arteries and posterior communicating artery) have a higher risk of rupture. Basilar artery aneurysms represent only 3–5% of all intracranial aneurysms but are the most common aneurysms in the posterior circulation.
Medical image computingMedical image computing (MIC) is an interdisciplinary field at the intersection of computer science, information engineering, electrical engineering, physics, mathematics and medicine. This field develops computational and mathematical methods for solving problems pertaining to medical images and their use for biomedical research and clinical care. The main goal of MIC is to extract clinically relevant information or knowledge from medical images.
Linear programmingLinear programming (LP), also called linear optimization, is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships. Linear programming is a special case of mathematical programming (also known as mathematical optimization). More formally, linear programming is a technique for the optimization of a linear objective function, subject to linear equality and linear inequality constraints.
Integer programmingAn integer programming problem is a mathematical optimization or feasibility program in which some or all of the variables are restricted to be integers. In many settings the term refers to integer linear programming (ILP), in which the objective function and the constraints (other than the integer constraints) are linear. Integer programming is NP-complete. In particular, the special case of 0-1 integer linear programming, in which unknowns are binary, and only the restrictions must be satisfied, is one of Karp's 21 NP-complete problems.